externalServiceRegistrations

package
v0.42.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const NAME = "ExternalServiceRegistration"

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalServiceRegistration

type ExternalServiceRegistration struct {
	metadata.MetadataInfo
	XMLName xml.Name `xml:"ExternalServiceRegistration"`
	Xmlns   string   `xml:"xmlns,attr"`

	Description *struct {
		Text string `xml:",chardata"`
	} `xml:"description"`
	ExternalServiceProviderType *struct {
		Text string `xml:",chardata"`
	} `xml:"externalServiceProviderType"`
	Label *struct {
		Text string `xml:",chardata"`
	} `xml:"label"`
	NamedCredential *struct {
		Text string `xml:",chardata"`
	} `xml:"namedCredential"`
	NamedCredentialReference *struct {
		Text string `xml:",chardata"`
	} `xml:"namedCredentialReference"`
	RegistrationUrl *struct {
		Text string `xml:",chardata"`
	} `xml:"registrationUrl"`
	RegistrationProviderType *struct {
		Text string `xml:",chardata"`
	} `xml:"registrationProviderType"`
	Schema *struct {
		Text string `xml:",chardata"`
	} `xml:"schema"`
	SchemaType *struct {
		Text string `xml:",chardata"`
	} `xml:"schemaType"`
	SchemaUploadFileExtension *struct {
		Text string `xml:",chardata"`
	} `xml:"schemaUploadFileExtension"`
	SchemaUploadFileName *struct {
		Text string `xml:",chardata"`
	} `xml:"schemaUploadFileName"`
	Status *struct {
		Text string `xml:",chardata"`
	} `xml:"status"`
	SystemVersion *struct {
		Text string `xml:",chardata"`
	} `xml:"systemVersion"`
	Operations []struct {
		Active *struct {
			Text string `xml:",chardata"`
		} `xml:"active"`
		Name *struct {
			Text string `xml:",chardata"`
		} `xml:"name"`
	} `xml:"operations"`
}

ExternalServiceRegistration mirrors the metadata API ExternalServiceRegistration type. The schema body itself (an OpenAPI 2.0 or 3.0 document, JSON or YAML) is kept verbatim in the Schema field for the consumer to parse.

func Open

func (*ExternalServiceRegistration) SetMetadata

func (*ExternalServiceRegistration) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL