GetPackageInstallationResponse
Installation configuration content for a registry package, structured as an ordered list of content nodes. When a language or OS filter is applied, language- and OS-specific content is collapsed to the requested value. Returns 404 if the package does not include installation configuration.
Properties
versionstring requiredThe resolved semantic version of the package.languagestring optionalThe language the content was filtered for, if a language filter was applied.osstring optionalThe operating system the content was filtered for, if an OS filter was applied.navUrlstring requiredPath to the package navigation endpoint for this version.- Ordered list of content nodes composing the installation configuration document.
- ↳
kindstring requiredNode kind. Known kinds: ’text’, ’language-chooser’, ‘os-chooser’. Render ‘markdown’ for unrecognized kinds. - ↳
markdownstring requiredMarkdown content. For ’text’ nodes, the content itself. For chooser nodes, a concatenation of options for fallback rendering. - Options for chooser nodes; absent for ’text'.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.