Home

udpa.annotations.FieldSecurityAnnotation

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.udpa.annotations.FieldSecurityAnnotation
.withConfigureForUntrustedDownstream(false)
.withConfigureForUntrustedUpstream(false)
._validate()

Fields

Name Type One-of group Required Constraints
configure_for_untrusted_downstream bool  
configure_for_untrusted_upstream bool