Interface DeployResourceRequest

interface DeployResourceRequest {
    resources: Resource[];
    tenantId?: string;
}

Properties

Properties

resources: Resource[]

list of resources to deploy

tenantId?: string

the tenant id of the resources to deploy

Generated using TypeDoc