Get-SentinelOneMarketplaceAppConfigSchema

SYNOPSIS

Get the configuration schema for a requested Application Catalog.

SYNTAX

Get-SentinelOneMarketplaceAppConfigSchema -application_id <String> [<CommonParameters>]

DESCRIPTION

The Get-SentinelOneMarketplaceAppConfigSchema cmdlet gets the configuration schema for a requested Application Catalog.

EXAMPLES

EXAMPLE 1

Get-SentinelOneMarketplaceAppConfigSchema -application_id 225494730938493804

Returns the defined Marketplace configuration schema for a requested Application Catalog.

EXAMPLE 2

225494730938493804 | Get-SentinelOneMarketplaceAppConfigSchema

Returns the defined Marketplace configuration schema for a requested Application Catalog.

PARAMETERS

-application_id

Application ID.

Example: “225494730938493804”.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

AS of 2022-10 Cannot fully validate due to permissions

https://celerium.github.io/SentinelOne-PowerShellWrapper/site/Marketplace/Get-SentinelOneMarketplaceAppConfigSchema.html