{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identityGovernance.termsOfUseContainer API", "version": "1.0.0" }, "items": [ { "info": { "name": "identityGovernance.termsOfUseContainer", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get termsOfUse from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get termsOfUse from identityGovernance" }, { "info": { "name": "Microsoft Graph Update the navigation property termsOfUse in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property termsOfUse in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property termsOfUse for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property termsOfUse for identityGovernance" }, { "info": { "name": "Microsoft Graph Get agreementAcceptances from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the current status of a user's response to a company's customizable terms of use agreement." }, { "info": { "name": "Microsoft Graph Create new navigation property to agreementAcceptances for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to agreementAcceptances for identityGovernance" }, { "info": { "name": "Microsoft Graph Get agreementAcceptances from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances/:agreementAcceptance-id", "params": [ { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of agreementAcceptance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the current status of a user's response to a company's customizable terms of use agreement." }, { "info": { "name": "Microsoft Graph Update the navigation property agreementAcceptances in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances/:agreementAcceptance-id", "params": [ { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of agreementAcceptance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property agreementAcceptances in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property agreementAcceptances for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances/:agreementAcceptance-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of agreementAcceptance" } ] }, "docs": "Microsoft Graph Delete navigation property agreementAcceptances for identityGovernance" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List agreements", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of agreement objects." }, { "info": { "name": "Microsoft Graph Create agreement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new agreement object." }, { "info": { "name": "Microsoft Graph Get agreement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of an agreement object." }, { "info": { "name": "Microsoft Graph Update agreement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an agreement object." }, { "info": { "name": "Microsoft Graph Delete agreement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ] }, "docs": "Delete an agreement object." }, { "info": { "name": "Microsoft Graph List acceptances", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/acceptances", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the details about the acceptance records for a specific agreement." }, { "info": { "name": "Microsoft Graph Create new navigation property to acceptances for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/acceptances", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to acceptances for identityGovernance" }, { "info": { "name": "Microsoft Graph Get acceptances from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/acceptances/:agreementAcceptance-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of agreementAcceptance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Information about acceptances of this agreement." }, { "info": { "name": "Microsoft Graph Update the navigation property acceptances in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/acceptances/:agreementAcceptance-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of agreementAcceptance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property acceptances in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property acceptances for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/acceptances/:agreementAcceptance-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of agreementAcceptance" } ] }, "docs": "Microsoft Graph Delete navigation property acceptances for identityGovernance" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/acceptances/$count", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get agreementFile", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header." }, { "info": { "name": "Microsoft Graph Update the navigation property file in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property file in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property file for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ] }, "docs": "Microsoft Graph Delete navigation property file for identityGovernance" }, { "info": { "name": "Microsoft Graph Get localizations from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The localized version of the terms of use agreement files attached to the agreement." }, { "info": { "name": "Microsoft Graph Create new navigation property to localizations for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to localizations for identityGovernance" }, { "info": { "name": "Microsoft Graph Get localizations from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The localized version of the terms of use agreement files attached to the agreement." }, { "info": { "name": "Microsoft Graph Update the navigation property localizations in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property localizations in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property localizations for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ] }, "docs": "Microsoft Graph Delete navigation property localizations for identityGovernance" }, { "info": { "name": "Microsoft Graph Get versions from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Create new navigation property to versions for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to versions for identityGovernance" }, { "info": { "name": "Microsoft Graph Get versions from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Update the navigation property versions in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property versions in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property versions for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" } ] }, "docs": "Microsoft Graph Delete navigation property versions for identityGovernance" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/:agreementFileLocalization-id/versions/$count", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/file/localizations/$count", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get files from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand." }, { "info": { "name": "Microsoft Graph Create agreementFileLocalization", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new localized agreement file." }, { "info": { "name": "Microsoft Graph Get files from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand." }, { "info": { "name": "Microsoft Graph Update the navigation property files in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property files in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property files for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ] }, "docs": "Microsoft Graph Delete navigation property files for identityGovernance" }, { "info": { "name": "Microsoft Graph Get versions from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id/versions", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Create new navigation property to versions for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id/versions", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to versions for identityGovernance" }, { "info": { "name": "Microsoft Graph Get versions from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Update the navigation property versions in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property versions in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property versions for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id/versions/:agreementFileVersion-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "agreementFileVersion-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileVersion" } ] }, "docs": "Microsoft Graph Delete navigation property versions for identityGovernance" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/:agreementFileLocalization-id/versions/$count", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "agreementFileLocalization-id", "value": "", "type": "path", "description": "The unique identifier of agreementFileLocalization" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/:agreement-id/files/$count", "params": [ { "name": "agreement-id", "value": "", "type": "path", "description": "The unique identifier of agreement" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreements/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }