static ServiceAccountTokenSummary.Builder |
ServiceAccountTokenSummary.builder() |
|
ServiceAccountTokenSummary.Builder |
ServiceAccountTokenSummary.Builder.createdAt(Instant createdAt) |
When the service account token was created.
|
ServiceAccountTokenSummary.Builder |
ServiceAccountTokenSummary.Builder.expiresAt(Instant expiresAt) |
When the service account token will expire.
|
ServiceAccountTokenSummary.Builder |
ServiceAccountTokenSummary.Builder.id(String id) |
The unique ID of the service account token.
|
ServiceAccountTokenSummary.Builder |
ServiceAccountTokenSummary.Builder.lastUsedAt(Instant lastUsedAt) |
The last time the token was used to authorize a Grafana HTTP API.
|
ServiceAccountTokenSummary.Builder |
ServiceAccountTokenSummary.Builder.name(String name) |
The name of the service account token.
|
ServiceAccountTokenSummary.Builder |
ServiceAccountTokenSummary.toBuilder() |
|