II.
PlatformService JSON
Structured · liveplatform-service:netlify-identity
Netlify Identity json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:netlify-identity",
"_kind": "PlatformService",
"_file": "domain/platform-services/platform-services-paas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Netlify Identity",
"description": "GoTrue-based managed auth for Netlify sites.\n",
"category": "security",
"providedByPlatformId": "platform:netlify",
"implementsStackPartIds": [
"stack-part:auth-broker"
]
},
"outgoingEdges": [
{
"from": "platform-service:netlify-identity",
"to": "platform:netlify",
"kind": "provided_by"
},
{
"from": "platform-service:netlify-identity",
"to": "stack-part:auth-broker",
"kind": "implements_stack_part"
},
{
"from": "platform-service:netlify-identity",
"to": "stack-part:auth-broker",
"kind": "implements_stack_part",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform:netlify",
"to": "platform-service:netlify-identity",
"kind": "provides",
"attributes": {}
}
]
}