Skip to content

harborapi.models.oidc

Module that defines OIDC models. These are not generated from the Swagger 2.0 schema, but are instead defined manually. This is because the Swagger 2.0 schema does not define the OIDC models.

OIDCTestReq

Source code in harborapi/models/oidc.py
6
7
8
class OIDCTestReq(BaseModel):
    url: str
    verify_cert: bool

url: str instance-attribute

verify_cert: bool instance-attribute