Microsoft.SecurityAndCompliance (stable:2021-03-08)

2025/09/26 • 74 new, 74 deleted methods

Operations_List (new)
Description Lists all of the available SecurityAndCompliance REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.SecurityAndCompliance/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
isDataAction: boolean ,
origin: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
OperationResults_Get (new)
Description Get the operation result for a long running operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/locations/{locationName}/operationresults/{operationResultId}
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
operationResultId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: enum ,
startTime: string ,
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_Get (new)
Description Get the metadata of a privateLinkServicesForEDMUpload resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_CreateOrUpdate (new)
Description Create or update the metadata of a privateLinkServicesForEDMUpload instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForEDMUploadDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_Update (new)
Description Update the metadata of a privateLinkServicesForEDMUpload instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_Delete (new)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_List (new)
Description Get all the privateLinkServicesForEDMUpload instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_ListByResourceGroup (new)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForEDM_ListByService (new)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForEDM_Get (new)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForEDM_CreateOrUpdate (new)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForEDM_Delete (new)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResources_ListByService (new)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResources_Get (new)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_Get (new)
Description Get the metadata of a privateLinkServicesForM365ComplianceCenter resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_CreateOrUpdate (new)
Description Create or update the metadata of a privateLinkServicesForM365ComplianceCenter instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForM365ComplianceCenterDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_Update (new)
Description Update the metadata of a privateLinkServicesForM365ComplianceCenter instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_Delete (new)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_List (new)
Description Get all the privateLinkServicesForM365ComplianceCenter instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_ListByResourceGroup (new)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsComp_ListByService (new)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsComp_Get (new)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsComp_CreateOrUpdate (new)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsComp_Delete (new)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesComp_ListByService (new)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesComp_Get (new)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_Get (new)
Description Get the metadata of a privateLinkServicesForM365SecurityCenter resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_CreateOrUpdate (new)
Description Create or update the metadata of a privateLinkServicesForM365SecurityCenter instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForM365SecurityCenterDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_Update (new)
Description Update the metadata of a privateLinkServicesForM365SecurityCenter instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_Delete (new)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_List (new)
Description Get all the privateLinkServicesForM365SecurityCenter instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_ListByResourceGroup (new)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsSec_ListByService (new)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsSec_Get (new)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsSec_CreateOrUpdate (new)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsSec_Delete (new)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesSec_ListByService (new)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesSec_Get (new)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_Get (new)
Description Get the metadata of a privateLinkServicesForMIPPolicySync resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_CreateOrUpdate (new)
Description Create or update the metadata of a privateLinkServicesForMIPPolicySync instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForMIPPolicySyncDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_Update (new)
Description Update the metadata of a privateLinkServicesForMIPPolicySync instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_Delete (new)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_List (new)
Description Get all the privateLinkServicesForMIPPolicySync instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_ListByResourceGroup (new)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForMIPPolicySync_ListByService (new)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForMIPPolicySync_Get (new)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForMIPPolicySync_CreateOrUpdate (new)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForMIPPolicySync_Delete (new)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesForMIPPolicySync_ListByService (new)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesForMIPPolicySync_Get (new)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_Get (new)
Description Get the metadata of a privateLinkServicesForO365ManagementActivityAPI resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_CreateOrUpdate (new)
Description Create or update the metadata of a privateLinkServicesForO365ManagementActivityAPI instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForO365ManagementActivityAPIDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_Update (new)
Description Update the metadata of a privateLinkServicesForO365ManagementActivityAPI instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_Delete (new)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_List (new)
Description Get all the privateLinkServicesForO365ManagementActivityAPI instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_ListByResourceGroup (new)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsAdtAPI_ListByService (new)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsAdtAPI_Get (new)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsAdtAPI_CreateOrUpdate (new)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsAdtAPI_Delete (new)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesAdtAPI_ListByService (new)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesAdtAPI_Get (new)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_Get (new)
Description Get the metadata of a privateLinkServicesForSCCPowershell resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_CreateOrUpdate (new)
Description Create or update the metadata of a privateLinkServicesForSCCPowershell instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForSCCPowershellDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_Update (new)
Description Update the metadata of a privateLinkServicesForSCCPowershell instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_Delete (new)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_List (new)
Description Get all the privateLinkServicesForSCCPowershell instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_ListByResourceGroup (new)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForSCCPowershell_ListByService (new)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForSCCPowershell_Get (new)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForSCCPowershell_CreateOrUpdate (new)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForSCCPowershell_Delete (new)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesForSCCPowershell_ListByService (new)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesForSCCPowershell_Get (new)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Operations_List (removed)
Description Lists all of the available SecurityAndCompliance REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.SecurityAndCompliance/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
isDataAction: boolean ,
origin: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
OperationResults_Get (removed)
Description Get the operation result for a long running operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/locations/{locationName}/operationresults/{operationResultId}
{
api-version: string ,
subscriptionId: string ,
locationName: string ,
operationResultId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
status: enum ,
startTime: string ,
properties: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_Get (removed)
Description Get the metadata of a privateLinkServicesForEDMUpload resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_CreateOrUpdate (removed)
Description Create or update the metadata of a privateLinkServicesForEDMUpload instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForEDMUploadDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_Update (removed)
Description Update the metadata of a privateLinkServicesForEDMUpload instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
Services_Delete (removed)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_List (removed)
Description Get all the privateLinkServicesForEDMUpload instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForEDMUpload_ListByResourceGroup (removed)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForEDM_ListByService (removed)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForEDM_Get (removed)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForEDM_CreateOrUpdate (removed)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForEDM_Delete (removed)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResources_ListByService (removed)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResources_Get (removed)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_Get (removed)
Description Get the metadata of a privateLinkServicesForM365ComplianceCenter resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_CreateOrUpdate (removed)
Description Create or update the metadata of a privateLinkServicesForM365ComplianceCenter instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForM365ComplianceCenterDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_Update (removed)
Description Update the metadata of a privateLinkServicesForM365ComplianceCenter instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_Delete (removed)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_List (removed)
Description Get all the privateLinkServicesForM365ComplianceCenter instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365ComplianceCenter_ListByResourceGroup (removed)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsComp_ListByService (removed)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsComp_Get (removed)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsComp_CreateOrUpdate (removed)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsComp_Delete (removed)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesComp_ListByService (removed)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesComp_Get (removed)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365ComplianceCenter/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_Get (removed)
Description Get the metadata of a privateLinkServicesForM365SecurityCenter resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_CreateOrUpdate (removed)
Description Create or update the metadata of a privateLinkServicesForM365SecurityCenter instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForM365SecurityCenterDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_Update (removed)
Description Update the metadata of a privateLinkServicesForM365SecurityCenter instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_Delete (removed)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_List (removed)
Description Get all the privateLinkServicesForM365SecurityCenter instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForM365SecurityCenter_ListByResourceGroup (removed)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsSec_ListByService (removed)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsSec_Get (removed)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsSec_CreateOrUpdate (removed)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsSec_Delete (removed)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesSec_ListByService (removed)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesSec_Get (removed)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForM365SecurityCenter/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_Get (removed)
Description Get the metadata of a privateLinkServicesForMIPPolicySync resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_CreateOrUpdate (removed)
Description Create or update the metadata of a privateLinkServicesForMIPPolicySync instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForMIPPolicySyncDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_Update (removed)
Description Update the metadata of a privateLinkServicesForMIPPolicySync instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_Delete (removed)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_List (removed)
Description Get all the privateLinkServicesForMIPPolicySync instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForMIPPolicySync_ListByResourceGroup (removed)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForMIPPolicySync_ListByService (removed)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForMIPPolicySync_Get (removed)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForMIPPolicySync_CreateOrUpdate (removed)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForMIPPolicySync_Delete (removed)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesForMIPPolicySync_ListByService (removed)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesForMIPPolicySync_Get (removed)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForMIPPolicySync/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_Get (removed)
Description Get the metadata of a privateLinkServicesForO365ManagementActivityAPI resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_CreateOrUpdate (removed)
Description Create or update the metadata of a privateLinkServicesForO365ManagementActivityAPI instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForO365ManagementActivityAPIDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_Update (removed)
Description Update the metadata of a privateLinkServicesForO365ManagementActivityAPI instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_Delete (removed)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_List (removed)
Description Get all the privateLinkServicesForO365ManagementActivityAPI instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForO365ManagementActivityAPI_ListByResourceGroup (removed)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsAdtAPI_ListByService (removed)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsAdtAPI_Get (removed)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsAdtAPI_CreateOrUpdate (removed)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsAdtAPI_Delete (removed)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesAdtAPI_ListByService (removed)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesAdtAPI_Get (removed)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForO365ManagementActivityAPI/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_Get (removed)
Description Get the metadata of a privateLinkServicesForSCCPowershell resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_CreateOrUpdate (removed)
Description Create or update the metadata of a privateLinkServicesForSCCPowershell instance.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
PrivateLinkServicesForSCCPowershellDescription:
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_Update (removed)
Description Update the metadata of a privateLinkServicesForSCCPowershell instance.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
servicePatchDescription:
{
tags: object ,
properties:
{
publicNetworkAccess: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_Delete (removed)
Description Delete a service instance.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_List (removed)
Description Get all the privateLinkServicesForSCCPowershell instances in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
privateLinkServicesForSCCPowershell_ListByResourceGroup (removed)
Description Get all the service instances in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
provisioningState: enum ,
accessPolicies:
[
{
objectId: string ,
}
,
]
,
cosmosDbConfiguration:
{
offerThroughput: integer ,
keyVaultKeyUri: string ,
}
,
authenticationConfiguration:
{
authority: string ,
audience: string ,
smartProxyEnabled: boolean ,
}
,
corsConfiguration:
{
origins:
[
string ,
]
,
headers:
[
string ,
]
,
methods:
[
string ,
]
,
maxAge: integer ,
allowCredentials: boolean ,
}
,
exportConfiguration:
{
storageAccountName: string ,
}
,
privateEndpointConnections:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
publicNetworkAccess: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForSCCPowershell_ListByService (removed)
Description Lists all private endpoint connections for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForSCCPowershell_Get (removed)
Description Gets the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForSCCPowershell_CreateOrUpdate (removed)
Description Update the state of the specified private endpoint connection associated with the service.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
properties:
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateEndpointConnectionsForSCCPowershell_Delete (removed)
Description Deletes a private endpoint connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
privateEndpointConnectionName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesForSCCPowershell_ListByService (removed)
Description Gets the private link resources that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}
PrivateLinkResourcesForSCCPowershell_Get (removed)
Description Gets a private link resource that need to be created for a service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName}/privateLinkResources/{groupName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
groupName: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
}
,
}