| Description | : This operation retrieves the data policy manifest with the given policy mode. |
| Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Authorization/dataPolicyManifests/{policyMode}
{
policyMode:
string
,
api-version:
string
,
}
⚐ Response (200)
{
properties:
{
,
namespaces:
[
,
string
,
]
policyMode:
string
,
isBuiltInOnly:
boolean
,
resourceTypeAliases:
[
]
,
{
,
resourceType:
string
,
aliases:
}
[
]
,
{
,
name:
string
,
paths:
[
]
,
{
,
path:
string
,
apiVersions:
[
,
string
,
]
pattern:
{
,
phrase:
string
,
variable:
string
,
type:
enum
,
}
metadata:
}
{
,
type:
enum
,
attributes:
enum
,
}
type:
enum
,
defaultPath:
string
,
defaultPattern:
{
,
phrase:
string
,
variable:
string
,
type:
enum
,
}
defaultMetadata:
}
{
,
type:
enum
,
attributes:
enum
,
}
effects:
[
]
,
{
,
name:
string
,
detailsSchema:
object
,
}
fieldValues:
[
,
string
,
]
resourceFunctions:
}
{
,
standard:
[
,
string
,
]
custom:
}
[
]
,
{
,
name:
string
,
fullyQualifiedResourceType:
string
,
defaultProperties:
[
,
string
,
]
allowCustomProperties:
boolean
,
}
id:
string
,
name:
string
,
type:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}