Package ai.vectros.types
Interface PingResponse._FinalStage
- All Known Implementing Classes:
PingResponse.Builder
- Enclosing class:
PingResponse
public static interface PingResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) allowedActions(List<String> allowedActions) allowedActions(Optional<List<String>> allowedActions) The actions this credential is allowed to perform.build()principalLabel(String principalLabel) principalLabel(Optional<String> principalLabel) The label you set on the originatingsk_*orssk_*key.tokenExpiresAt(Long tokenExpiresAt) tokenExpiresAt(Optional<Long> tokenExpiresAt) When the token expires, as seconds since the Unix epoch (mirrors the JWTexpclaim).
-
Method Details
-
build
PingResponse build() -
additionalProperty
-
additionalProperties
-
principalLabel
The label you set on the originating
sk_*orssk_*key. Omitted when no label is set, or when the credential is anst_*token. -
principalLabel
-
allowedActions
The actions this credential is allowed to perform. Present only when
principalTypeisscoped_key. -
allowedActions
-
dataScope
-
dataScope
-
tokenExpiresAt
When the token expires, as seconds since the Unix epoch (mirrors the JWT
expclaim). Present only whenprincipalTypeistoken. -
tokenExpiresAt
-