secretType property

String? secretType
getter/setter pair

Type of secret configured for access to the Git repo.

Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.

Implementation

core.String? secretType;