Azure.Analytics.Purview.SelfServicePolicies (preview:2022-12-01)

2025/12/05 • 3 deleted methods

SelfServicePolicies_List (removed)
Description List Self-service policies
Reference Link ¶

⚼ Request

GET:  /self-service-policies
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
policyId: string ,
requestor: string ,
expiresAt: string ,
decisionRule:
{
effect: enum ,
purviewRoleName: string ,
principals:
[
string ,
]
,
principalGroups:
[
string ,
]
,
resourceAzurePath: string ,
}
,
systemData:
{
createdBy: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
,
}
SelfServicePolicies_Get (removed)
Description Get Self-service policy
Reference Link ¶

⚼ Request

GET:  /self-service-policies/{policyId}
{
policyId: string ,
api-version: string ,
}

⚐ Response (200)

{
policyId: string ,
requestor: string ,
expiresAt: string ,
decisionRule:
{
effect: enum ,
purviewRoleName: string ,
principals:
[
string ,
]
,
principalGroups:
[
string ,
]
,
resourceAzurePath: string ,
}
,
systemData:
{
createdBy: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
}
,
}
,
}
SelfServicePolicies_Delete (removed)
Description Delete a Self-service policy
Reference Link ¶

⚼ Request

DELETE:  /self-service-policies/{policyId}
{
policyId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

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