Interface PodSettings

Metadata related to pod generation. Although the optional fields are not that relevant since this extends Dict, they give an indication of what is sometimes expected.

Hierarchy

  • Dict<string>
    • PodSettings

Properties

email?: string

E-mail of the owner. Used in provisioning templates.

name?: string

Name of the owner. Used in provisioning templates.

oidcIssuer?: string

The OIDC issuer of the owner's WebId.

template?: string

Required for dynamic pod configuration. Indicates the name of the config to use for the pod.

webId: string

The WebId of the owner of this pod.