GoogleApi.SecretManager.V1beta1.Api.Projects.secretmanager_projects_secrets_versions_list

You're seeing just the function secretmanager_projects_secrets_versions_list, go back to GoogleApi.SecretManager.V1beta1.Api.Projects module for more information.
Link to this function

secretmanager_projects_secrets_versions_list(connection, projects_id, secrets_id, optional_params \\ [], opts \\ [])

View Source

Specs

secretmanager_projects_secrets_versions_list(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  keyword(),
  keyword()
) ::
  {:ok, GoogleApi.SecretManager.V1beta1.Model.ListSecretVersionsResponse.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Lists SecretVersions. This call does not return secret data.

Parameters

  • connection (type: GoogleApi.SecretManager.V1beta1.Connection.t) - Connection to server
  • projects_id (type: String.t) - Part of parent. Required. The resource name of the Secret associated with the SecretVersions to list, in the format projects/*/secrets/*.
  • secrets_id (type: String.t) - Part of parent. See documentation of projectsId.
  • optional_params (type: keyword()) - Optional parameters
    • :"$.xgafv" (type: String.t) - V1 error format.
    • :access_token (type: String.t) - OAuth access token.
    • :alt (type: String.t) - Data format for response.
    • :callback (type: String.t) - JSONP
    • :fields (type: String.t) - Selector specifying which fields to include in a partial response.
    • :key (type: String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :oauth_token (type: String.t) - OAuth 2.0 token for the current user.
    • :prettyPrint (type: boolean()) - Returns response with indentations and line breaks.
    • :quotaUser (type: String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
    • :uploadType (type: String.t) - Legacy upload protocol for media (e.g. "media", "multipart").
    • :upload_protocol (type: String.t) - Upload protocol for media (e.g. "raw", "multipart").
    • :pageSize (type: integer()) - Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
    • :pageToken (type: String.t) - Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].
  • opts (type: keyword()) - Call options

Returns

  • {:ok, %GoogleApi.SecretManager.V1beta1.Model.ListSecretVersionsResponse{}} on success
  • {:error, info} on failure