Uses of Class
ai.vectros.types.ScopedKeyResponse.Builder
Packages that use ScopedKeyResponse.Builder
-
Uses of ScopedKeyResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return ScopedKeyResponse.BuilderModifier and TypeMethodDescriptionScopedKeyResponse.Builder.accessProfileRef(String accessProfileRef) ScopedKeyResponse.Builder.accessProfileRef(Optional<String> accessProfileRef) Reference to the bound access profile, in the formtenant#context#usr_user(the user segment carries theusr_prefix).ScopedKeyResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) ScopedKeyResponse.Builder.additionalProperty(String key, Object value) static ScopedKeyResponse.BuilderScopedKeyResponse.builder()The app context the key is bound to.When the key was created, as an ISO-8601 UTC timestamp.ScopedKeyResponse.Builder.from(ScopedKeyResponse other) Server-generated identifier for the key, stable for its entire lifetime.The human-readable name you gave the key when creating it.ScopedKeyResponse.Builder.keyType(ScopedKeyResponseKeyType keyType) ScopedKeyResponse.Builder.keyType(Optional<ScopedKeyResponseKeyType> keyType) Alwaysscopedfor keys created through this endpoint.Optional display label for the key, surfaced through/v1/pingasprincipalLabel.ScopedKeyResponse.Builder.lastUsedAt(String lastUsedAt) ScopedKeyResponse.Builder.lastUsedAt(Optional<String> lastUsedAt) When the key was most recently used, as an ISO-8601 UTC timestamp.The raw secret key.When the key was revoked, as an ISO-8601 UTC timestamp.ScopedKeyResponse.Builder.status(ScopedKeyResponseStatus status) ScopedKeyResponse.Builder.status(Optional<ScopedKeyResponseStatus> status) The key's lifecycle status:activeorrevoked.The tenant the key operates on — either your live or your test environment.The user the key acts as.ScopedKeyResponse.Builder.userType(ScopedKeyResponseUserType userType) ScopedKeyResponse.Builder.userType(Optional<ScopedKeyResponseUserType> userType) The bound user's type:HUMANorSERVICE.