PowerShellGraphSDK.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>PowerShellGraphSDK</name>
    </assembly>
    <members>
        <member name="T:BC.PowerShellGraphSDK.DerivedTypeAttribute">
            <summary>
            Indicates that the given property is defined on the specified type.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.DerivedTypeAttribute.FullName">
            <summary>
            The name of the type that this property is from.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.DerivedTypeAttribute.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:BC.PowerShellGraphSDK.DerivedTypeAttribute"/>.
            </summary>
            <param name="derivedTypeFullName">The name of the type that this property exists on.</param>
        </member>
        <member name="T:BC.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:BC.PowerShellGraphSDK.IdParameterAttribute">
            <summary>
            Indicates that the given property is used to specify an ID in the URL.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.ODataTypeAttribute">
            <summary>
            Indicates that the parameter or cmdlet was generated from an OData property of the given type.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.ODataTypeAttribute.TypeFullName">
            <summary>
            The name of the OData type.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.ODataTypeAttribute.SubTypeFullNames">
            <summary>
            The names of all the subtypes of the given type.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.ODataTypeAttribute.#ctor(System.String,System.String[])">
            <summary>
            Creates a new <see cref="T:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.ParameterSetSelectorAttribute.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:BC.PowerShellGraphSDK.ParameterSetSelectorAttribute"/>.
            </summary>
            <param name="parameterSetName">The name of the parameter set that the switch parameter would select.</param>
        </member>
        <member name="T:BC.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:BC.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:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.TypeCastParameterAttribute">
            <summary>
            Indicates that the given property is used to specify a type cast in the URL.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.ValidateTypeAttribute">
            <summary>
            Validates that the parameter is set to a value which is one of the specified types.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.ValidateTypeAttribute.Types">
            <summary>
            The list of valid types.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.ValidateTypeAttribute.#ctor(System.Type[])">
            <summary>
            Creates a new <see cref="T:BC.PowerShellGraphSDK.ValidateTypeAttribute"/>.
            </summary>
            <param name="types">The list of valid types</param>
        </member>
        <member name="M:BC.PowerShellGraphSDK.ValidateTypeAttribute.ValidateElement(System.Object)">
            <summary>
            Ensures that the value provided is a valid type.
            </summary>
            <param name="param"></param>
        </member>
        <member name="T:BC.PowerShellGraphSDK.ValidateUrlAttribute">
            <summary>
            Checks that a given property's value represents a valid URL string.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.ValidateUrlAttribute.UriKind">
            <summary>
            The kind of URL (e.g. relative, absolute).
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.ValidateUrlAttribute.#ctor(System.UriKind)">
            <summary>
            Creates a new <see cref="T:BC.PowerShellGraphSDK.ValidateUrlAttribute"/>.
            </summary>
            <param name="uriKind">The kind or URL</param>
        </member>
        <member name="M:BC.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:BC.PowerShellGraphSDK.ODataConstants.AnnotationTerms">
            <summary>
            OData annotation term names.
            </summary>
        </member>
        <member name="F:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.ODataConstants.AnnotationTerms.Insertable">
            <summary>
            Indicates that the given property does not support insert operations.
            </summary>
        </member>
        <member name="F:BC.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:BC.PowerShellGraphSDK.ODataConstants.AnnotationTerms.Updatable">
            <summary>
            Indicates that the given property does not support update operations.
            </summary>
        </member>
        <member name="F:BC.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:BC.PowerShellGraphSDK.ODataConstants.AnnotationTerms.Deletable">
            <summary>
            Indicates that the given property does not support delete operations.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames">
            <summary>
            The full names of EDM types.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Boolean">
            <summary>
            Edm.Boolean
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.String">
            <summary>
            Edm.String
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Byte">
            <summary>
            Edm.Byte
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.SByte">
            <summary>
            Edm.SByte
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Stream">
            <summary>
            Edm.Stream
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Binary">
            <summary>
            Edm.Binary
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Int16">
            <summary>
            Edm.Int16
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.UInt16">
            <summary>
            Edm.UInt16
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Int32">
            <summary>
            Edm.Int32
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.UInt32">
            <summary>
            Edm.UInt32
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Int64">
            <summary>
            Edm.Int64
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.UInt64">
            <summary>
            Edm.UInt64
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Single">
            <summary>
            Edm.Single
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Double">
            <summary>
            Edm.Double
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Decimal">
            <summary>
            Edm.Decimal
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Guid">
            <summary>
            Edm.Guid
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Date">
            <summary>
            Edm.Date
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.DateTime">
            <summary>
            Edm.DateTime
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.DateTimeOffset">
            <summary>
            Edm.DateTimeOffset
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.TimeOfDay">
            <summary>
            Edm.TimeOfDay
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Time">
            <summary>
            Edm.Time
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Duration">
            <summary>
            Edm.Duration
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.ODataConstants.QueryParameters">
            <summary>
            The valid OData query parameter names.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.QueryParameters.Select">
            <summary>
            $select
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.QueryParameters.Expand">
            <summary>
            $expand
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.QueryParameters.Filter">
            <summary>
            $filter
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.QueryParameters.Search">
            <summary>
            $filter
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.QueryParameters.OrderBy">
            <summary>
            $orderBy
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.QueryParameters.Skip">
            <summary>
            $skip
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.QueryParameters.Top">
            <summary>
            $top
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.ODataConstants.RequestProperties">
            <summary>
            The properties that can be sent as part of a request body.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.RequestProperties.ODataType">
            <summary>
            @odata.type
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.RequestProperties.ODataId">
            <summary>
            @odata.id
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.RequestProperties.Id">
            <summary>
            id
            </summary>
        </member>
        <member name="T:BC.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:BC.PowerShellGraphSDK.ODataConstants.SearchResultProperties.ODataContext">
            <summary>
            @odata.context
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.SearchResultProperties.ODataCount">
            <summary>
            @odata.count
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.SearchResultProperties.ODataNextLink">
            <summary>
            @odata.nextLink
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.SearchResultProperties.Value">
            <summary>
            value
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.SearchResultProperties.ODataType">
            <summary>
            @odata.type
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ODataConstants.SearchResultProperties.Id">
            <summary>
            id
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.EnvironmentParameters">
            <summary>
            Keeps track of the parameters used by an AAD environment.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.EnvironmentParameters.AuthUrl">
            <summary>
            Location of the auth endpoint.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.EnvironmentParameters.ResourceId">
            <summary>
            The ID of the resource.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.EnvironmentParameters.GraphBaseAddress">
            <summary>
            The location of the resource.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.EnvironmentParameters.AppId">
            <summary>
            The client ID to use when authenticating.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.EnvironmentParameters.RedirectLink">
            <summary>
            The redirect link to use when authenticating.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.EnvironmentParameters.SchemaVersion">
            <summary>
            The schema version to use when making a Graph call.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.EnvironmentParameters.#ctor">
            <summary>
            Creates a new EnvironmentParameters object.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.EnvironmentParameters.#ctor(BC.PowerShellGraphSDK.EnvironmentParameters)">
            <summary>
            Copies an existing EnvironmentParameters object.
            </summary>
            <param name="toCopy">The EnvironmentParameters object to copy</param>
        </member>
        <member name="M:BC.PowerShellGraphSDK.EnvironmentParameters.Copy">
            <summary>
            Creates a copy of this instance of <see cref="T:BC.PowerShellGraphSDK.EnvironmentParameters"/>.
            </summary>
            <returns>The copy of this instance.</returns>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PSGraphSDKException">
            <summary>
            The exception type that is thrown by cmdlets in the PowerShell Graph SDK.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PSGraphSDKException.ErrorPrefix">
            <summary>
            The prefix for the error name.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PSGraphSDKException.ErrorRecord">
            <summary>
            The PowerShell error record which contains the error details.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PSGraphSDKException.#ctor(System.Exception,System.String,System.Management.Automation.ErrorCategory,System.Object)">
            <summary>
            Creates a <see cref="T:BC.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:BC.PowerShellGraphSDK.LogLevel">
            <summary>
             
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PSAuthenticationError">
            <summary>
            PowerShell authentication error.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PSAuthenticationError.#ctor(System.Exception,System.String,System.Management.Automation.ErrorCategory,System.Object)">
            <summary>
            Creates a new <see cref="T:BC.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:BC.PowerShellGraphSDK.AuthUtils.AdminConsentQueryParameter">
            <summary>
            The query parameter to use when triggering the admin consent flow.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.AuthUtils.ManagedServiceIdentityEndpoint">
            <summary>
            The endpoint to be used if Managed Service Identity (MSI) authentication is available.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.AuthUtils.LatestAdalAuthResult">
            <summary>
            The last successful ADAL authentication attempt's result.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.AuthUtils.LatestMsiAuthResult">
            <summary>
            The last successful MSI authentication attempt's result.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.AuthUtils.CurrentEnvironmentParameters">
            <summary>
            The current environment parameters.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.AuthUtils.HasNeverLoggedIn">
            <summary>
            True if the user/app has never logged in successfully, otherwise false.
            </summary>
        </member>
        <member name="P:BC.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:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.MsiAuthException">If the login attempt fails</exception>
        </member>
        <member name="M:BC.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:BC.PowerShellGraphSDK.SdkAuthResult"/>.
            </summary>
            <param name="authenticationResult">The <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult"/></param>
            <returns>An <see cref="T:BC.PowerShellGraphSDK.SdkAuthResult"/>.</returns>
        </member>
        <member name="M:BC.PowerShellGraphSDK.AuthUtils.ToSdkAuthResult(BC.PowerShellGraphSDK.AuthUtils.MsiAuthResult)">
            <summary>
            Utility method for converting an ADAL <see cref="T:BC.PowerShellGraphSDK.AuthUtils.MsiAuthResult"/> into an <see cref="T:BC.PowerShellGraphSDK.SdkAuthResult"/>.
            </summary>
            <param name="authenticationResult">The <see cref="T:BC.PowerShellGraphSDK.AuthUtils.MsiAuthResult"/></param>
            <returns>An <see cref="T:BC.PowerShellGraphSDK.SdkAuthResult"/>.</returns>
        </member>
        <member name="T:BC.PowerShellGraphSDK.AuthUtils.MsiAuthResult">
            <summary>
            Represents an auth result from an MSI endpoint.
            </summary>
        </member>
        <member name="M:BC.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:BC.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:BC.PowerShellGraphSDK.AuthUtils.GrantAdminConsent">
            <summary>
            Performs an admin consent interaction.
            </summary>
        </member>
        <member name="M:BC.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:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.ActionCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that call actions on OData resources.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.DeleteCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that remove OData resources.
            </summary>
        </member>
        <member name="T:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningCollectionCmdlet.#ctor">
            <summary>
            Creates a new <see cref="T:BC.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningCollectionCmdlet"/>.
            </summary>
        </member>
        <member name="T:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningEntityCmdlet.#ctor">
            <summary>
            Creates a new <see cref="T:BC.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningEntityCmdlet"/>.
            </summary>
        </member>
        <member name="T:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.OperationName">
            <summary>
            The operation name.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.PropertyNameMappings">
            <summary>
            Mapping between parameter names and their type cast.
            </summary>
        </member>
        <member name="F:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.#ctor">
            <summary>
            Creates a new instance of <see cref="T:BC.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet"/>.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.BeginProcessing">
            <summary>
            Set up the dynamic parameters.
            </summary>
        </member>
        <member name="M:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.OperationName">
            <summary>
            The operation name.
            </summary>
        </member>
        <member name="F:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.Filter">
            <summary>
            <para type="description">The "$filter" query option value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.Search">
            <summary>
            <para type="description">The "$search" query option value.</para>
            </summary>
        </member>
        <member name="F:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.Skip">
            <summary>
            <para type="description">The "$skip" query option value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.Top">
            <summary>
            <para type="description">The "$top" query option value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.MaxPageSize">
            <summary>
            <para type="description">The "Prefer: odata.maxpagesize" header value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.SchemaVersion">
            <summary>
             
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.#ctor">
            <summary>
            Creates a new <see cref="T:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet"/>.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.BeginProcessing">
            <summary>
            Set up the dynamic parameters.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.GetStreamCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that retrieve data streams.
            </summary>
        </member>
        <member name="T:BC.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:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetHttpMethod"/></term>
                    <description>Gets the HTTP method to use when making the call</description>
                </item>
                <item>
                    <term><see cref="M:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetResourcePath"/></term>
                    <description>Gets the relative URL of the OData resource</description>
                </item>
                <item>
                    <term><see cref="M:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetUrlQueryOptions"/></term>
                    <description>Gets the query options for the call</description>
                </item>
                <item>
                    <term><see cref="M:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContentType"/></term>
                    <description>Gets the MIME type for the content in the request body</description>
                </item>
                <item>
                    <term><see cref="M:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContent"/></term>
                    <description>Gets the request body for the HTTP call</description>
                </item>
                <item>
                    <term><see cref="M:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetHeaders"/></term>
                    <description>Gets the request headers to be added to the HTTP call</description>
                </item>
                <item>
                    <term><see cref="M:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContent"/></description>
                </item>
                <item>
                    <term><see cref="M:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.AssemblyName">
            <summary>
            The name of this assembly.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.AssemblyVersion">
            <summary>
            The version of this assembly.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.DynamicParameters">
            <summary>
            The defined dynamic parameters.
            </summary>
        </member>
        <member name="M:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.WriteContent(System.Object)">
            <summary>
            Converts the content obtained from the <see cref="M:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.Run">
            <summary>
            Runs a cmdlet.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.PatchCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that update OData resources.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.PostCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that create OData resources.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.PostOrPatchCmdlet">
            <summary>
            The common behavior between cmdlets that create or update OData resources.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.PostOrPatchCmdlet.SharedParameterSet">
            <summary>
            The name of the parameter set which allows manual selection of the OData type.
            </summary>
        </member>
        <member name="P:BC.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:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.GetTenantDetails">
            <summary>
            获取登录的租户信息
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.GetSubscribedSku">
            <summary>
            获取订阅
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups">
            <summary>
            获取组信息
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.classification">
            <summary>
                <para type="description">The &quot;classification&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.createdDateTime">
            <summary>
                <para type="description">The &quot;createdDateTime&quot; property, of type &quot;Edm.DateTimeOffset&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.description">
            <summary>
                <para type="description">The &quot;description&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.displayName">
            <summary>
                <para type="description">The &quot;displayName&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The &quot;hasMembersWithLicenseErrors&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.groupTypes">
            <summary>
                <para type="description">The &quot;groupTypes&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.licenseProcessingState">
            <summary>
                <para type="description">The &quot;licenseProcessingState&quot; property, of type &quot;microsoft.graph.licenseProcessingState&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.mail">
            <summary>
                <para type="description">The &quot;mail&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.mailEnabled">
            <summary>
                <para type="description">The &quot;mailEnabled&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.mailNickname">
            <summary>
                <para type="description">The &quot;mailNickname&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The &quot;onPremisesLastSyncDateTime&quot; property, of type &quot;Edm.DateTimeOffset&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The &quot;onPremisesProvisioningErrors&quot; property, of type &quot;microsoft.graph.onPremisesProvisioningError&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The &quot;onPremisesSecurityIdentifier&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.onPremisesSyncEnabled">
            <summary>
                <para type="description">The &quot;onPremisesSyncEnabled&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.preferredDataLocation">
            <summary>
                <para type="description">The &quot;preferredDataLocation&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.proxyAddresses">
            <summary>
                <para type="description">The &quot;proxyAddresses&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.renewedDateTime">
            <summary>
                <para type="description">The &quot;renewedDateTime&quot; property, of type &quot;Edm.DateTimeOffset&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.securityEnabled">
            <summary>
                <para type="description">The &quot;securityEnabled&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.visibility">
            <summary>
                <para type="description">The &quot;visibility&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.allowExternalSenders">
            <summary>
                <para type="description">The &quot;allowExternalSenders&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.autoSubscribeNewMembers">
            <summary>
                <para type="description">The &quot;autoSubscribeNewMembers&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.isSubscribedByMail">
            <summary>
                <para type="description">The &quot;isSubscribedByMail&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.unseenCount">
            <summary>
                <para type="description">The &quot;unseenCount&quot; property, of type &quot;Edm.Int32&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.members">
            <summary>
                <para type="description">The &quot;members&quot; property, of type &quot;microsoft.graph.directoryObject&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.memberOf">
            <summary>
                <para type="description">The &quot;memberOf&quot; property, of type &quot;microsoft.graph.directoryObject&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.membersWithLicenseErrors">
            <summary>
                <para type="description">The &quot;membersWithLicenseErrors&quot; property, of type &quot;microsoft.graph.directoryObject&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.transitiveMembers">
            <summary>
                <para type="description">The &quot;transitiveMembers&quot; property, of type &quot;microsoft.graph.directoryObject&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.transitiveMemberOf">
            <summary>
                <para type="description">The &quot;transitiveMemberOf&quot; property, of type &quot;microsoft.graph.directoryObject&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.createdOnBehalfOf">
            <summary>
                <para type="description">The &quot;createdOnBehalfOf&quot; property, of type &quot;microsoft.graph.directoryObject&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.owners">
            <summary>
                <para type="description">The &quot;owners&quot; property, of type &quot;microsoft.graph.directoryObject&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.settings">
            <summary>
                <para type="description">The &quot;settings&quot; property, of type &quot;microsoft.graph.groupSetting&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.photo">
            <summary>
                <para type="description">The &quot;photo&quot; property, of type &quot;microsoft.graph.profilePhoto&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.photos">
            <summary>
                <para type="description">The &quot;photos&quot; property, of type &quot;microsoft.graph.profilePhoto&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.deletedDateTime">
            <summary>
                <para type="description">The &quot;deletedDateTime&quot; property, of type &quot;Edm.DateTimeOffset&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.SearchString">
            <summary>
            <para type="description">The "$search" query option value.</para>
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups">
            <summary>
            创建组
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.groupId">
            <summary>
                <para type="description">组ID.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.description">
            <summary>
                <para type="description">The &quot;description&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">描述.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.displayName">
            <summary>
                <para type="description">The &quot;displayName&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">显示名称.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.groupTypes">
            <summary>
                <para type="description">The &quot;groupTypes&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">组的类型(Unified和安全组).</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.mailEnabled">
            <summary>
                <para type="description">The &quot;mailEnabled&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">是否启用mail.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.mailNickname">
            <summary>
                <para type="description">The &quot;mailNickname&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">组的邮件别名.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.securityEnabled">
            <summary>
                <para type="description">The &quot;securityEnabled&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">是否启用安全组.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.visibility">
            <summary>
                <para type="description">The &quot;visibility&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.allowExternalSenders">
            <summary>
                <para type="description">The &quot;allowExternalSenders&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">是否允许外部共享.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.autoSubscribeNewMembers">
            <summary>
                <para type="description">The &quot;autoSubscribeNewMembers&quot; property, of type &quot;Edm.Boolean&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.group&quot; type.</para>
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups">
            <summary>
                <para type="synopsis">更新组</para>
                <para type="description">更新组</para>
                <para type="description">Graph Call: PATCH ~/groups</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.groupId">
            <summary>
                <para type="description">The ID for a &quot;microsoft.graph.group&quot; object in the &quot;groups&quot; collection.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.description">
            <summary>
            组的描述信息
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.displayName">
            <summary>
            组的显示名称
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.groupTypes">
            <summary>
            组的类型,Unified为Office365组,DynamicMembership
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.mailEnabled">
            <summary>
            组是否启用mail
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.mailNickname">
            <summary>
            组的别名
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.securityEnabled">
            <summary>
            是否为安全组
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.visibility">
            <summary>
            是否可见:public/private
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.allowExternalSenders">
            <summary>
            允许外部
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups">
            <summary>
                <para type="synopsis">Removes a &quot;microsoft.graph.group&quot; object.</para>
                <para type="description">Removes a &quot;microsoft.graph.group&quot; object from the &quot;groups&quot; collection.</para>
                <para type="description">Graph Call: DELETE ~/groups/groupId</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups.groupId">
            <summary>
                <para type="description">The ID for a &quot;microsoft.graph.group&quot; object in the &quot;groups&quot; collection.</para>
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization">
            <summary>
             获取组织信息
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.organizationId">
            <summary>
             
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Users">
            <summary>
            获取用户
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Users.SearchString">
            <summary>
            <para type="description">The "$search" query option value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Get_Users.UserId">
            <summary>
             
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Users.UserID">
            <summary>
                <para type="description">用户唯一标识.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Users.accountEnabled">
            <summary>
                <para type="description">是否启用账号.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Users.userPrincipalName">
            <summary>
            用户主体名称
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Users.displayName">
            <summary>
                <para type="description">显示名.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Users.mailNickname">
            <summary>
                <para type="description">别名</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.New_Users.passwordProfile">
            <summary>
                <para type="description">The &quot;visibility&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.user&quot; type.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Users.UserID">
            <summary>
                <para type="description">用户唯一标识.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Users.accountEnabled">
            <summary>
                <para type="description">是否启用账号.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Users.userPrincipalName">
            <summary>
            用户主体名称
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Users.displayName">
            <summary>
                <para type="description">显示名.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Users.mailNickname">
            <summary>
                <para type="description">别名</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.Update_Users.passwordProfile">
            <summary>
                <para type="description">The &quot;visibility&quot; property, of type &quot;Edm.String&quot;.</para>
                <para type="description">This property is on the &quot;microsoft.graph.user&quot; type.</para>
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.Remove_Users">
            <summary>
                <para type="synopsis">Removes a &quot;microsoft.graph.group&quot; object.</para>
                <para type="description">Removes a &quot;microsoft.graph.group&quot; object from the &quot;groups&quot; 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:BC.PowerShellGraphSDK.PowerShellCmdlets.Remove_Users.userId">
            <summary>
                <para type="description">The ID for a &quot;microsoft.graph.group&quot; object in the &quot;groups&quot; collection.</para>
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateStreamCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that update a stream.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateStreamCmdlet.Data">
            <summary>
            <para type="description">The new data.</para>
            </summary>
        </member>
        <member name="P:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.ModuleInitializer">
            <summary>
            Initializes this PowerShell module.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.ModuleInitializer.OnImport">
            <summary>
            The initialization logic for this PowerShell module.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.ModuleInitializer.InitReferenceUrlGeneratorCache">
            <summary>
            Creates the reference URL generator cache.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.Connect">
            <summary>
            <para type="description">Authenticates with Graph.</para>
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.Connect.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.Connect.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.Connect.ParameterSetAdminConsent">
            <summary>
            Parameter set for triggering the admin consent flow during authentication.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.Connect.ParameterSetAppOnly">
            <summary>
            Parameter set for triggering app-only authentication.
            </summary>
        </member>
        <member name="P:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.Connect.ProcessRecord">
            <summary>
            Run the cmdlet.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.GetEnvironmentParameters">
            <summary>
            <para type="description">Returns the currently set environment parameters.</para>
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetEnvironmentParameters.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetEnvironmentParameters.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.GetEnvironmentParameters.ProcessRecord">
            <summary>
            Run the cmdlet.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.GetADALAuthResultParameters">
            <summary>
            <para type="description">Returns the currently ADAL AuthResult.</para>
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetADALAuthResultParameters.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetADALAuthResultParameters.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.GetADALAuthResultParameters.ProcessRecord">
            <summary>
            Run the cmdlet.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.GetADALRefreshTokenParameters">
            <summary>
            <para type="description">Returns the currently ADAL RefreshToken.</para>
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetADALRefreshTokenParameters.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetADALRefreshTokenParameters.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.GetADALRefreshTokenParameters.ProcessRecord">
            <summary>
            Run the cmdlet.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters">
            <summary>
            <para type="description">Updates the environment parameters.</para>
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.SchemaVersion">
            <summary>
            <para type="description">The name of the Graph schema version to select.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.AppId">
            <summary>
            <para type="description">The AppId to use when authenticating.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.RedirectLink">
            <summary>
            <para type="description">The Redirect URL to use when authenticating.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.AuthUrl">
            <summary>
            <para type="description">The AAD endpoint to call when authenticating.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.GraphResourceId">
            <summary>
            <para type="description">The Microsoft Graph Resource ID.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.GraphBaseUrl">
            <summary>
            <para type="description">The Microsoft Graph base URL.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.Quiet">
            <summary>
            <para type="description">Suppresses the output of this cmdlet.</para>
            </summary>
        </member>
        <member name="M:BC.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.ProcessRecord">
            <summary>
            Run the cmdlet.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.GetMetadata">
            <summary>
            <para type="description">Gets the $metadata for the currently selected Graph schema.</para>
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetMetadata.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetMetadata.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="T:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="P:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.Filter">
            <summary>
            Hides $filter.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.Skip">
            <summary>
            Hides $skip.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.Top">
            <summary>
            Hides $top.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.MaxPageSize">
            <summary>
            Hides the "odata.maxpagesize" header.
            </summary>
        </member>
        <member name="T:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest">
            <summary>
            <para type="description">Sends a custom request with the currently active authentication token.</para>
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.PropertyNameMappings">
            <summary>
            Mapping between parameter names and their type cast.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.SchemaVersion">
            <summary>
            <para type="description">The HTTP method to use when making the request.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.HttpMethod">
            <summary>
            <para type="description">The HTTP method to use when making the request.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Url">
            <summary>
            <para type="description">The URL to send the request to.</para>
            </summary>
        </member>
        <member name="P:BC.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:BC.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:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.customContentType">
            <summary>
            Tracks the custom content type if one is provided by the user.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.OperationName">
            <summary>
            The operation name.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.OrderByAscPostfix">
            <summary>
            The string that should be postfixed to the property name to sort results in ascending order.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.OrderByDescPostfix">
            <summary>
            The string that should be postfixed to the property name to sort results in descending order.
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Select">
            <summary>
            <para type="description">The "$filter" query option value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Filter">
            <summary>
            <para type="description">The "$filter" query option value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Search">
            <summary>
            <para type="description">The "$search" query option value.</para>
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.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:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Skip">
            <summary>
            <para type="description">The "$skip" query option value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Top">
            <summary>
            <para type="description">The "$top" query option value.</para>
            </summary>
        </member>
        <member name="P:BC.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.MaxPageSize">
            <summary>
            <para type="description">The "Prefer: odata.maxpagesize" header value.</para>
            </summary>
        </member>
        <member name="M:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.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:BC.PowerShellGraphSDK.ODataTypeUtils">
            <summary>
            Utility methods for OData (Edm) type conversions.
            </summary>
        </member>
        <member name="M:BC.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:BC.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:BC.PowerShellGraphSDK.ReferencePathGenerator.Cache">
            <summary>
            The cache of cmdlet nouns to <see cref="T:BC.PowerShellGraphSDK.ReferencePathGenerator"/> objects.
            </summary>
        </member>
        <member name="F:BC.PowerShellGraphSDK.ReferencePathGenerator._cmdletInstance">
            <summary>
            An instance of the cmdlet type that we should use to get the resource URL.
            </summary>
        </member>
        <member name="F:BC.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:BC.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:BC.PowerShellGraphSDK.ReferencePathGenerator.GenerateResourcePath(BC.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>
</doc>