list Ingestion Setting Tokens
suspend fun listIngestionSettingTokens(argument: ListIngestionSettingTokensPlainArgs): ListIngestionSettingTokensResult
Returns the token that is used for correlating ingested telemetry with the resources in the subscription. API Version: 2021-01-15-preview.
Return
Configures how to correlate scan data and logs with resources associated with the subscription.
Parameters
argument
null
suspend fun listIngestionSettingTokens(ingestionSettingName: String): ListIngestionSettingTokensResult
Return
Configures how to correlate scan data and logs with resources associated with the subscription.
Parameters
ingestion Setting Name
Name of the ingestion setting
See also
suspend fun listIngestionSettingTokens(argument: suspend ListIngestionSettingTokensPlainArgsBuilder.() -> Unit): ListIngestionSettingTokensResult
Return
Configures how to correlate scan data and logs with resources associated with the subscription.
Parameters
argument
Builder for com.pulumi.azurenative.security.kotlin.inputs.ListIngestionSettingTokensPlainArgs.