---
title: "OIDCUserInfo"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/oidcuserinfo/"
source: "https://container-registry.com/docs/harbor-api-client/model/oidcuserinfo/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/oidcuserinfo/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/oidcuserinfo/index.md>. Site index: <https://container-registry.com/llms.txt>.


# OIDCUserInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | the ID of the OIDC info record | [optional] 
**user_id** | **int** | the ID of the user | [optional] 
**subiss** | **str** | the concatenation of sub and issuer in the ID token | [optional] 
**secret** | **str** | the secret of the OIDC user that can be used for CLI to push/pull artifacts | [optional] 
**creation_time** | **datetime** | The creation time of the OIDC user info record. | [optional] 
**update_time** | **datetime** | The update time of the OIDC user info record. | [optional] 



