secret property
Whether the configuration property is secret. Secrets are hidden from all
calls except for GetJobDetails
,
GetThirdPartyJobDetails
, PollForJobs
, and
PollForThirdPartyJobs
.
When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.
Implementation
final bool secret;