Azure.Analytics.Purview.MetadataPolicies (preview:2021-07-01)

2025/12/05 • 4 deleted methods

MetadataRoles_List (removed)
Description Lists roles for Purview Account
Reference Link ¶

⚼ Request

GET:  /metadataRoles
{
api-version: string ,
}

⚐ Response (200)

{
values:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
provisioningState: string ,
roleType: string ,
friendlyName: string ,
description: string ,
cnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
version: integer ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
MetadataPolicy_ListAll (removed)
Description List or Get metadata policies
Reference Link ¶

⚼ Request

GET:  /metadataPolicies
{
collectionName: string ,
api-version: string ,
}

⚐ Response (200)

{
values:
[
{
name: string ,
id: string ,
version: integer ,
properties:
{
description: string ,
decisionRules:
[
{
kind: enum ,
effect: enum ,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
}
,
]
,
attributeRules:
[
{
kind: enum ,
id: string ,
name: string ,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
}
,
]
,
collection:
{
type: string ,
referenceName: string ,
}
,
parentCollectionName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
MetadataPolicy_Update (removed)
Description Updates a metadata policy
Reference Link ¶

⚼ Request

PUT:  /metadataPolicies/{policyId}
{
policyId: string ,
api-version: string ,
body:
{
name: string ,
id: string ,
version: integer ,
properties:
{
description: string ,
decisionRules:
[
{
kind: enum ,
effect: enum ,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
}
,
]
,
attributeRules:
[
{
kind: enum ,
id: string ,
name: string ,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
}
,
]
,
collection:
{
type: string ,
referenceName: string ,
}
,
parentCollectionName: string ,
}
,
}
,
}

⚐ Response (200)

{
name: string ,
id: string ,
version: integer ,
properties:
{
description: string ,
decisionRules:
[
{
kind: enum ,
effect: enum ,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
}
,
]
,
attributeRules:
[
{
kind: enum ,
id: string ,
name: string ,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
}
,
]
,
collection:
{
type: string ,
referenceName: string ,
}
,
parentCollectionName: string ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
MetadataPolicy_Get (removed)
Description Gets a metadata policy
Reference Link ¶

⚼ Request

GET:  /metadataPolicies/{policyId}
{
policyId: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
id: string ,
version: integer ,
properties:
{
description: string ,
decisionRules:
[
{
kind: enum ,
effect: enum ,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
}
,
]
,
attributeRules:
[
{
kind: enum ,
id: string ,
name: string ,
dnfCondition:
[
{
attributeName: string ,
attributeValueIncludes: string ,
attributeValueIncludedIn:
[
string ,
]
,
attributeValueExcludes: string ,
attributeValueExcludedIn:
[
string ,
]
,
}
,
]
,
}
,
]
,
collection:
{
type: string ,
referenceName: string ,
}
,
parentCollectionName: string ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}