GetClusterScan

Using GetClusterScan

function getClusterScan(args: GetClusterScanArgs, opts?: InvokeOptions): Promise<GetClusterScanResult>
function  get_cluster_scan(cluster_id=None, name=None, opts=None)
func GetClusterScan(ctx *Context, args *GetClusterScanArgs, opts ...InvokeOption) (*GetClusterScanResult, error)
public static class GetClusterScan {
    public static Task<GetClusterScanResult> InvokeAsync(GetClusterScanArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

ClusterId string
Name string
ClusterId string
Name string
clusterId string
name string
cluster_id str
name str

GetClusterScan Result

The following output properties are available:

Annotations Dictionary<string, object>
ClusterId string
Id string

The provider-assigned unique ID for this managed resource.

Labels Dictionary<string, object>
Name string
RunType string
ScanConfig GetClusterScanScanConfig
ScanType string
Status string
Annotations map[string]interface{}
ClusterId string
Id string

The provider-assigned unique ID for this managed resource.

Labels map[string]interface{}
Name string
RunType string
ScanConfig GetClusterScanScanConfig
ScanType string
Status string
annotations {[key: string]: any}
clusterId string
id string

The provider-assigned unique ID for this managed resource.

labels {[key: string]: any}
name string
runType string
scanConfig GetClusterScanScanConfig
scanType string
status string
annotations Dict[str, Any]
cluster_id str
id str

The provider-assigned unique ID for this managed resource.

labels Dict[str, Any]
name str
run_type str
scan_config Dict[GetClusterScanScanConfig]
scan_type str
status str

Supporting Types

GetClusterScanScanConfig

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

CisScanConfig GetClusterScanScanConfigCisScanConfigArgs
CisScanConfig GetClusterScanScanConfigCisScanConfig
cisScanConfig GetClusterScanScanConfigCisScanConfig
cisScanConfig Dict[GetClusterScanScanConfigCisScanConfig]

GetClusterScanScanConfigCisScanConfig

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

DebugMaster bool
DebugWorker bool
OverrideBenchmarkVersion string
OverrideSkips List<string>
Profile string
DebugMaster bool
DebugWorker bool
OverrideBenchmarkVersion string
OverrideSkips []string
Profile string
debugMaster boolean
debugWorker boolean
overrideBenchmarkVersion string
overrideSkips string[]
profile string
debugMaster bool
debugWorker bool
overrideBenchmarkVersion str
overrideSkips List[str]
profile str

Package Details

Repository
https://github.com/pulumi/pulumi-rancher2
License
Apache-2.0
Notes
This Pulumi package is based on the rancher2 Terraform Provider.