Class ApplicationSecurityServiceResource

A JSON:API resource describing a service and its Application Security details.

Hierarchy

  • ApplicationSecurityServiceResource

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Application Security details describing a service in a given environment.

id: string

The unique identifier of the service, formatted as <service>_<environment>.

The type of the resource. The value should always be service_env.

Generated using TypeDoc