Uses of Interface
ai.vectros.types.PingResponse._FinalStage
Packages that use PingResponse._FinalStage
-
Uses of PingResponse._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement PingResponse._FinalStageMethods in ai.vectros.types that return PingResponse._FinalStageModifier and TypeMethodDescriptionPingResponse._FinalStage.additionalProperties(Map<String, Object> additionalProperties) PingResponse._FinalStage.additionalProperty(String key, Object value) PingResponse._FinalStage.allowedActions(List<String> allowedActions) PingResponse._FinalStage.allowedActions(Optional<List<String>> allowedActions) The actions this credential is allowed to perform.PingResponse.Builder.allowedActions(List<String> allowedActions) The actions this credential is allowed to perform.PingResponse.Builder.allowedActions(Optional<List<String>> allowedActions) The actions this credential is allowed to perform.PingResponse.Builder.principalKeyId(@NotNull String principalKeyId) Stable identifier for your credential.PingResponse.PrincipalKeyIdStage.principalKeyId(@NotNull String principalKeyId) Stable identifier for your credential.PingResponse._FinalStage.principalLabel(String principalLabel) PingResponse._FinalStage.principalLabel(Optional<String> principalLabel) The label you set on the originatingsk_*orssk_*key.PingResponse.Builder.principalLabel(String principalLabel) The label you set on the originatingsk_*orssk_*key.PingResponse.Builder.principalLabel(Optional<String> principalLabel) The label you set on the originatingsk_*orssk_*key.PingResponse._FinalStage.tokenExpiresAt(Long tokenExpiresAt) PingResponse._FinalStage.tokenExpiresAt(Optional<Long> tokenExpiresAt) When the token expires, as seconds since the Unix epoch (mirrors the JWTexpclaim).PingResponse.Builder.tokenExpiresAt(Long tokenExpiresAt) When the token expires, as seconds since the Unix epoch (mirrors the JWTexpclaim).PingResponse.Builder.tokenExpiresAt(Optional<Long> tokenExpiresAt) When the token expires, as seconds since the Unix epoch (mirrors the JWTexpclaim).