{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-application-destination-service-account-structure.json", "name": "v1alpha1ApplicationDestinationServiceAccount", "description": "ApplicationDestinationServiceAccount holds information about the service account to be impersonated for the application sync operation.", "type": "object", "properties": { "defaultServiceAccount": { "type": "string", "name": "DefaultServiceAccount to be used for impersonation during the sync operation" }, "namespace": { "description": "Namespace specifies the target namespace for the application's resources.", "type": "string" }, "server": { "description": "Server specifies the URL of the target cluster's Kubernetes control plane API.", "type": "string" } } }