Skip to main content

Keeper_ListCredentials

Keeper_ListCredentials

Path Parameters
  • user string required

    The user id.

Query Parameters
  • pageSize int32

    If unspecified, server will pick an appropriate default.

  • pageToken string

    The value returned from the previous call.

  • filter string

    A filter to be applied to results.

Responses

OK

Schema
  • credentials object[]

    The list of credentials.

    • name string required

      The resorce name of the credentials.

    • uid string

      The unique and immutable identifier of the credentials.

    • principal string

      The principal of the credentialscode, usually the username.

    • active object

      Wrapper message for bool. The JSON representation for BoolValue is JSON true and false.

      • value boolean

        The bool value.

    • authenticationMethod enum

      Possible values: [AUTHENTICATION_METHOD_UNSPECIFIED, BASIC, OAUTH2]

      Which authentication method is used by the credentials.

    • lastActivityTime date-time

      When the credentials were last used.

  • nextPageToken string

    A token to retrieve next page of results.