Interface ApplicationQualifiedForCapabilityRequest

Represents a request to determine if an application is qualified to interact with a given capability.

interface ApplicationQualifiedForCapabilityRequest {
    appSymbolicName: string;
    capabilityId: string;
}

Properties

appSymbolicName: string

Specifies the symbolic name of the application under test.

capabilityId: string

Identifies the capability for which to request the application's qualification.