{ "@context": { "@version": 1.1, "pan": "https://pan.dev/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "AccessPolicy": "pan:AccessPolicy", "AccessPolicyRequest": "pan:AccessPolicyRequest", "Role": "pan:Role", "ServiceAccount": "pan:ServiceAccount", "ServiceAccountCredentials": "pan:ServiceAccountCredentials", "ServiceAccountRequest": "pan:ServiceAccountRequest", "ServiceAccountUpdate": "pan:ServiceAccountUpdate", "clientId": { "@id": "pan:client_id", "@type": "xsd:string" }, "clientSecret": { "@id": "pan:client_secret", "@type": "xsd:string" }, "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "displayName": { "@id": "pan:display_name", "@type": "xsd:string" }, "expiresAt": { "@id": "pan:expires_at", "@type": "xsd:dateTime" }, "id": { "@id": "pan:id", "@type": "xsd:string" }, "keyCount": { "@id": "pan:key_count", "@type": "xsd:integer" }, "keyId": { "@id": "pan:key_id", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "permissions": { "@id": "pan:permissions", "@container": "@set", "@type": "xsd:string" }, "principalId": { "@id": "pan:principal_id", "@type": "xsd:string" }, "principalType": { "@id": "pan:principal_type", "@type": "xsd:string" }, "roleId": { "@id": "pan:role_id", "@type": "xsd:string" }, "roleName": { "@id": "pan:role_name", "@type": "xsd:string" }, "tsgId": { "@id": "pan:tsg_id", "@type": "xsd:string" }, "updatedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" } } }