Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@
"Get an Office365 Project data connector": {
"$ref": "./examples/dataConnectors/GetOffice365ProjectDataConnetorById.json"
},
"Get a MicrosoftPurviewInformationProtection data connector": {
"$ref": "./examples/dataConnectors/GetMicrosoftPurviewInformationProtectionDataConnetorById.json"
},
"Get an Office365 PowerBI data connector": {
"$ref": "./examples/dataConnectors/GetOfficePowerBIDataConnetorById.json"
},
Expand Down Expand Up @@ -188,6 +191,9 @@
"Creates or updates an Office365 Project data connector": {
"$ref": "./examples/dataConnectors/CreateOffice365ProjectDataConnetor.json"
},
"Creates or updates an MicrosoftPurviewInformationProtection data connector": {
"$ref": "./examples/dataConnectors/CreateMicrosoftPurviewInformationProtectionDataConnetor.json"
},
"Creates or updates an Office PowerBI data connector": {
"$ref": "./examples/dataConnectors/CreateOfficePowerBIDataConnector.json"
},
Expand Down Expand Up @@ -261,6 +267,9 @@
"Delete an Office365 Project data connector": {
"$ref": "./examples/dataConnectors/DeleteOffice365ProjectDataConnetor.json"
},
"Delete an MicrosoftPurviewInformationProtection data connector": {
"$ref": "./examples/dataConnectors/DeleteMicrosoftPurviewInformationProtectionDataConnetor.json"
},
"Delete an Office PowerBI data connector": {
"$ref": "./examples/dataConnectors/DeleteOfficePowerBIDataConnetor.json"
},
Expand Down Expand Up @@ -435,6 +444,9 @@
"Check requirements for Office365Project.": {
"$ref": "./examples/dataConnectors/CheckRequirementsOffice365Project.json"
},
"Check requirements for MicrosoftPurviewInformationProtection.": {
"$ref": "./examples/dataConnectors/CheckRequirementsMicrosoftPurviewInformationProtection.json"
},
"Check requirements for OfficePowerBI.": {
"$ref": "./examples/dataConnectors/CheckRequirementsOfficePowerBI.json"
},
Expand Down Expand Up @@ -845,6 +857,32 @@
"description": "OfficeIRM (Microsoft Insider Risk Management) requirements check properties.",
"type": "object"
},
"MicrosoftPurviewInformationProtectionCheckRequirements": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorsCheckRequirements"
}
],
"description": "Represents MicrosoftPurviewInformationProtection requirements check request.",
"properties": {
"properties": {
"$ref": "#/definitions/MicrosoftPurviewInformationProtectionCheckRequirementsProperties",
"description": "MicrosoftPurviewInformationProtection requirements check properties.",
"x-ms-client-flatten": true
}
},
"type": "object",
"x-ms-discriminator-value": "MicrosoftPurviewInformationProtection"
},
"MicrosoftPurviewInformationProtectionCheckRequirementsProperties": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorTenantId"
}
],
"description": "MicrosoftPurviewInformationProtection requirements check properties.",
"type": "object"
},
"Office365ProjectCheckRequirements": {
"allOf": [
{
Expand Down Expand Up @@ -1398,6 +1436,7 @@
"OfficeATP",
"OfficeIRM",
"Office365Project",
"MicrosoftPurviewInformationProtection",
"OfficePowerBI",
"AmazonWebServicesCloudTrail",
"AmazonWebServicesS3",
Expand Down Expand Up @@ -1442,6 +1481,9 @@
{
"value": "Office365Project"
},
{
"value": "MicrosoftPurviewInformationProtection"
},
{
"value": "OfficePowerBI"
},
Expand Down Expand Up @@ -1644,6 +1686,59 @@
"description": "OfficeATP (Office 365 Advanced Threat Protection) data connector properties.",
"type": "object"
},
"MicrosoftPurviewInformationProtectionDataConnector": {
"allOf": [
{
"$ref": "#/definitions/DataConnector"
}
],
"description": "Represents Microsoft Purview Information Protection data connector.",
"properties": {
"properties": {
"$ref": "#/definitions/MicrosoftPurviewInformationProtectionDataConnectorProperties",
"description": "Microsoft Purview Information Protection data connector properties.",
"x-ms-client-flatten": true
}
},
"type": "object",
"x-ms-discriminator-value": "MicrosoftPurviewInformationProtection"
},
"MicrosoftPurviewInformationProtectionConnectorDataTypes": {
"description": "The available data types for Microsoft Purview Information Protection data connector.",
"properties": {
"logs": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorDataTypeCommon"
}
],
"description": "Logs data type.",
"type": "object"
}
},
"type": "object",
"required": [
"logs"
]
},
"MicrosoftPurviewInformationProtectionDataConnectorProperties": {
"allOf": [
{
"$ref": "#/definitions/DataConnectorTenantId"
}
],
"description": "Microsoft Purview Information Protection data connector properties.",
"properties": {
"dataTypes": {
"$ref": "#/definitions/MicrosoftPurviewInformationProtectionConnectorDataTypes",
"description": "The available data types for the connector."
}
},
"type": "object",
"required": [
"dataTypes"
]
},
"Office365ProjectDataConnector": {
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"api-version": "2023-02-01-preview",
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0",
"resourceGroupName": "myRg",
"workspaceName": "myWorkspace",
"DataConnectorsCheckRequirements": {
"kind": "MicrosoftPurviewInformationProtection",
"properties": {
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8"
}
}
},
"responses": {
"200": {
"body": {
"authorizationState": "Valid",
"licenseState": "Valid"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"parameters": {
"api-version": "2023-02-01-preview",
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0",
"resourceGroupName": "myRg",
"workspaceName": "myWorkspace",
"dataConnectorId": "73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"dataConnector": {
"kind": "MicrosoftPurviewInformationProtection",
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"",
"properties": {
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8",
"dataTypes": {
"logs": {
"state": "Enabled"
}
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/dataConnectors/73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"name": "73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"type": "Microsoft.SecurityInsights/dataConnectors",
"kind": "MicrosoftPurviewInformationProtection",
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"",
"properties": {
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8",
"dataTypes": {
"logs": {
"state": "Enabled"
}
}
}
}
},
"201": {
"body": {
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/dataConnectors/73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"name": "73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"type": "Microsoft.SecurityInsights/dataConnectors",
"kind": "MicrosoftPurviewInformationProtection",
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"",
"properties": {
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8",
"dataTypes": {
"logs": {
"state": "Enabled"
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"api-version": "2023-02-01-preview",
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0",
"resourceGroupName": "myRg",
"workspaceName": "myWorkspace",
"dataConnectorId": "73e01a99-5cd7-4139-a149-9f2736ff2ab5"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"api-version": "2023-02-01-preview",
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0",
"resourceGroupName": "myRg",
"workspaceName": "myWorkspace",
"dataConnectorId": "73e01a99-5cd7-4139-a149-9f2736ff2ab5"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/dataConnectors/73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"name": "73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"type": "Microsoft.SecurityInsights/dataConnectors",
"kind": "MicrosoftPurviewInformationProtection",
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"",
"properties": {
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8",
"dataTypes": {
"logs": {
"state": "Enabled"
}
}
}
}
}
}
}