Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 946 Bytes

OidcUserInfo.md

File metadata and controls

15 lines (11 loc) · 946 Bytes

OidcUserInfo

Properties

Name Type Description Notes
Id int32 the ID of the OIDC info record [optional] [default to null]
UserId int32 the ID of the user [optional] [default to null]
Subiss string the concatenation of sub and issuer in the ID token [optional] [default to null]
Secret string the secret of the OIDC user that can be used for CLI to push/pull artifacts [optional] [default to null]
CreationTime time.Time The creation time of the OIDC user info record. [optional] [default to null]
UpdateTime time.Time The update time of the OIDC user info record. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]