View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityActionsConfig (google_api_apigee v0.53.0)
SecurityActionsConfig reflects the current state of the SecurityActions feature. This is a singleton resource: https://google.aip.dev/156
Attributes
-
enabled(type:boolean(), default:nil) - The flag that controls whether this feature is enabled. This isunsetby default. When this flag isfalse, even if individual rules are enabled, no SecurityActions will be enforced. -
name(type:String.t, default:nil) - This is a singleton resource, the name will always be set by SecurityActions and any user input will be ignored. The name is always:organizations/{org}/environments/{env}/security_actions_config -
updateTime(type:DateTime.t, default:nil) - Output only. The update time for configuration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityActionsConfig{ enabled: boolean() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }