publicKeyData property

  1. @TagNumber.new(2)
List<int> get publicKeyData

The public key to associate with the service account. Must be an RSA public key that is wrapped in an X.509 v3 certificate. Include the first line, -----BEGIN CERTIFICATE-----, and the last line, -----END CERTIFICATE-----.

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get publicKeyData => $_getN(1);
  1. @TagNumber.new(2)
set publicKeyData (List<int> value)

Implementation

@$pb.TagNumber(2)
set publicKeyData($core.List<$core.int> value) => $_setBytes(1, value);