Cloud Connection
Cloud Environment
Pulsar Cluster
Pulsar Gateway
Pulsar Instance
Service Account
Service Account
Get serviceaccounts
read the specified ServiceAccount
GET
/
apis
/
cloud.streamnative.io
/
v1alpha1
/
namespaces
/
{namespace}
/
serviceaccounts
/
{name}
Copy
Ask AI
{
"apiVersion": "<string>",
"kind": "<string>",
"metadata": {
"annotations": {},
"clusterName": "<string>",
"creationTimestamp": "2023-11-07T05:31:56Z",
"deletionGracePeriodSeconds": 123,
"deletionTimestamp": "2023-11-07T05:31:56Z",
"finalizers": [
""
],
"generateName": "<string>",
"generation": 123,
"labels": {},
"managedFields": [
{
"apiVersion": "<string>",
"fieldsType": "<string>",
"fieldsV1": {},
"manager": "<string>",
"operation": "<string>",
"subresource": "<string>",
"time": "2023-11-07T05:31:56Z"
}
],
"name": "<string>",
"namespace": "<string>",
"ownerReferences": [
{
"apiVersion": "",
"blockOwnerDeletion": true,
"controller": true,
"kind": "",
"name": "",
"uid": ""
}
],
"resourceVersion": "<string>",
"selfLink": "<string>",
"uid": "<string>"
},
"spec": {},
"status": {
"conditions": [
{
"lastTransitionTime": "2023-11-07T05:31:56Z",
"message": "<string>",
"observedGeneration": 123,
"reason": "<string>",
"status": "",
"type": ""
}
],
"privateKeyData": "<string>",
"privateKeyType": "<string>"
}
}
Path Parameters
name of the ServiceAccount
object name and auth scope, such as for teams and projects
Query Parameters
If 'true', then the output is pretty printed.
Response
200
application/json
OK
ServiceAccount
Was this page helpful?
Copy
Ask AI
{
"apiVersion": "<string>",
"kind": "<string>",
"metadata": {
"annotations": {},
"clusterName": "<string>",
"creationTimestamp": "2023-11-07T05:31:56Z",
"deletionGracePeriodSeconds": 123,
"deletionTimestamp": "2023-11-07T05:31:56Z",
"finalizers": [
""
],
"generateName": "<string>",
"generation": 123,
"labels": {},
"managedFields": [
{
"apiVersion": "<string>",
"fieldsType": "<string>",
"fieldsV1": {},
"manager": "<string>",
"operation": "<string>",
"subresource": "<string>",
"time": "2023-11-07T05:31:56Z"
}
],
"name": "<string>",
"namespace": "<string>",
"ownerReferences": [
{
"apiVersion": "",
"blockOwnerDeletion": true,
"controller": true,
"kind": "",
"name": "",
"uid": ""
}
],
"resourceVersion": "<string>",
"selfLink": "<string>",
"uid": "<string>"
},
"spec": {},
"status": {
"conditions": [
{
"lastTransitionTime": "2023-11-07T05:31:56Z",
"message": "<string>",
"observedGeneration": 123,
"reason": "<string>",
"status": "",
"type": ""
}
],
"privateKeyData": "<string>",
"privateKeyType": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.