GetZeroTrustGatewayLoggingResult

data class GetZeroTrustGatewayLoggingResult(val accountId: String, val id: String, val redactPii: Boolean, val settingsByRuleType: GetZeroTrustGatewayLoggingSettingsByRuleType)

A collection of values returned by getZeroTrustGatewayLogging.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, redactPii: Boolean, settingsByRuleType: GetZeroTrustGatewayLoggingSettingsByRuleType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Redact personally identifiable information from activity logging (PII fields are: source IP, user email, user ID, device ID, URL, referrer, user agent).

Link copied to clipboard