Skip to content

Commit

Permalink
fix:[CDS-95932]:Added Support for the reference Token in Tas Connector (
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshitharness authored May 7, 2024
1 parent fb9f200 commit 09be962
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions harness/nextgen/model_tas_manual_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ package nextgen
type TasManualDetails struct {
Username string `json:"username,omitempty"`
// Endpoint URL of the TAS Cluster.
EndpointUrl string `json:"endpointUrl"`
UsernameRef string `json:"usernameRef,omitempty"`
PasswordRef string `json:"passwordRef"`
EndpointUrl string `json:"endpointUrl"`
UsernameRef string `json:"usernameRef,omitempty"`
PasswordRef string `json:"passwordRef"`
ReferenceToken string `json:"refreshTokenRef"`
}

0 comments on commit 09be962

Please sign in to comment.