Interface ServiceAccountTokenSummaryWithKey.Builder

    • Method Detail

      • id

        ServiceAccountTokenSummaryWithKey.Builder id​(String id)

        The unique ID of the service account token.

        Parameters:
        id - The unique ID of the service account token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        ServiceAccountTokenSummaryWithKey.Builder key​(String key)

        The key for the service account token. Used when making calls to the Grafana HTTP APIs to authenticate and authorize the requests.

        Parameters:
        key - The key for the service account token. Used when making calls to the Grafana HTTP APIs to authenticate and authorize the requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ServiceAccountTokenSummaryWithKey.Builder name​(String name)

        The name of the service account token.

        Parameters:
        name - The name of the service account token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.