keyAlgorithm property

  1. @TagNumber.new(3)
ServiceAccountKeyAlgorithm get keyAlgorithm

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);
  1. @TagNumber.new(3)
set keyAlgorithm (ServiceAccountKeyAlgorithm value)

Implementation

@$pb.TagNumber(3)
set keyAlgorithm(ServiceAccountKeyAlgorithm value) => $_setField(3, value);