Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2025 10:53 PM
I followed instructions to the "T" and can confirm I was using service principal UUID as the servicePrincipal ID in the URL and modified the body to reflect as suggested.
{
"lifetime": 31536000
}
Getting below error now after changing the body.
{
"error_code": "MALFORMED_REQUEST",
"message": "Could not parse request object: Error parsing Duration\n at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 21]\n at [Source: UNKNOWN; line: 1, column: 21]",
"details": [
{
"@type": "type.googleapis.com/google.rpc.RequestInfo",
"request_id": "6a543eec-3682-4d13-964a-70ddcb8b0738",
"serving_data": ""
}
]
}