curl --request GET \
--url https://api.cpln.io/org/{org}/gvc/{gvc}/identity/{name} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"name": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"aws": {
"cloudAccountLink": "<string>",
"policyRefs": [
"<string>"
],
"trustPolicy": {
"Version": "2012-10-17",
"Statement": [
{}
]
},
"roleName": "<string>",
"mirrors": [
{
"cloudAccountLink": "<string>",
"policyRefs": [
"<string>"
]
}
]
},
"gcp": {
"cloudAccountLink": "<string>",
"scopes": [
"<string>"
],
"serviceAccount": "<string>",
"bindings": [
{
"resource": "<string>",
"roles": [
"<string>"
]
}
],
"mirrors": [
{
"cloudAccountLink": "<string>",
"bindings": [
{
"resource": "<string>",
"roles": [
"<string>"
]
}
]
}
]
},
"azure": {
"cloudAccountLink": "<string>",
"roleAssignments": [
{
"scope": "<string>",
"roles": [
"<string>"
]
}
],
"mirrors": [
{
"cloudAccountLink": "<string>",
"roleAssignments": {
"scope": "<string>",
"roles": [
"<string>"
]
}
}
]
},
"networkResources": [
{
"name": "<unknown>",
"agentLink": "<string>",
"IPs": [
"<string>"
],
"FQDN": "<string>",
"resolverIP": "<string>",
"ports": [
123
]
}
],
"status": {
"objectName": "<string>"
}
}Fetch a specific identity
curl --request GET \
--url https://api.cpln.io/org/{org}/gvc/{gvc}/identity/{name} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"name": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"aws": {
"cloudAccountLink": "<string>",
"policyRefs": [
"<string>"
],
"trustPolicy": {
"Version": "2012-10-17",
"Statement": [
{}
]
},
"roleName": "<string>",
"mirrors": [
{
"cloudAccountLink": "<string>",
"policyRefs": [
"<string>"
]
}
]
},
"gcp": {
"cloudAccountLink": "<string>",
"scopes": [
"<string>"
],
"serviceAccount": "<string>",
"bindings": [
{
"resource": "<string>",
"roles": [
"<string>"
]
}
],
"mirrors": [
{
"cloudAccountLink": "<string>",
"bindings": [
{
"resource": "<string>",
"roles": [
"<string>"
]
}
]
}
]
},
"azure": {
"cloudAccountLink": "<string>",
"roleAssignments": [
{
"scope": "<string>",
"roles": [
"<string>"
]
}
],
"mirrors": [
{
"cloudAccountLink": "<string>",
"roleAssignments": {
"scope": "<string>",
"roles": [
"<string>"
]
}
}
]
},
"networkResources": [
{
"name": "<unknown>",
"agentLink": "<string>",
"IPs": [
"<string>"
],
"FQDN": "<string>",
"resolverIP": "<string>",
"ports": [
123
]
}
],
"status": {
"objectName": "<string>"
}
}Service account key can be used as API keys
Success
64Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes