HomeSort by relevance Sort by last modified time
    Searched refs:publicKeyType (Results 1 - 2 of 2) sorted by null

  /external/python/apitools/samples/iam_sample/iam_v1/
iam_v1_messages.py 349 publicKeyType: The output format of the public key requested. X509_PEM is
367 publicKeyType = _messages.EnumField('PublicKeyTypeValueValuesEnum', 2)
    [all...]
iam_v1.py 780 'publicKeyType',
798 publicKeyType: The output format of the public key requested. X509_PEM
806 if FLAGS['publicKeyType'].present:
807 request.publicKeyType = messages.IamProjectsServiceAccountsKeysGetRequest.PublicKeyTypeValueValuesEnum(FLAGS.publicKeyType)
    [all...]

Completed in 174 milliseconds