Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IpAddressMaskingOptions = struct { All IpAddressMaskingOption Public IpAddressMaskingOption }{ "all", "public", }
Functions ¶
This section is empty.
Types ¶
type IpAddressMaskingOption ¶
type IpAddressMaskingOption string
type Settings ¶
type Settings struct { Enabled bool `json:"enabled"` // This setting is enabled (`true`) or disabled (`false`) Scope *string `json:"-" scope:"scope"` // The scope of this setting (MOBILE_APPLICATION, CUSTOM_APPLICATION, APPLICATION). Omit this property if you want to cover the whole environment. Type *IpAddressMaskingOption `json:"type,omitempty"` // Possible Values: `All`, `Public` }
func (*Settings) HandlePreconditions ¶
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.