keyAlgorithm property
Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.
Implementation
@$pb.TagNumber(3)
ServiceAccountKeyAlgorithm get keyAlgorithm => $_getN(2);
Implementation
@$pb.TagNumber(3)
set keyAlgorithm(ServiceAccountKeyAlgorithm value) => $_setField(3, value);