GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityMonitoringCondition (google_api_apigee v0.54.0)
View SourceSecurity monitoring condition for risk assessment version 2.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The time of the security monitoring condition creation. -
include(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray.t, default:nil) - Include only these resources. -
includeAllResources(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll.t, default:nil) - Include all resources under the scope. -
name(type:String.t, default:nil) - Identifier. Name of the security monitoring condition resource. Format: organizations/{org}/securityMonitoringConditions/{security_monitoring_condition} -
profile(type:String.t, default:nil) - Required. ID of security profile of the security monitoring condition. -
scope(type:String.t, default:nil) - Required. Scope of the security monitoring condition. For Apigee, the environment is the scope of the resources. -
totalDeployedResources(type:integer(), default:nil) - Output only. Total number of deployed resources within scope. -
totalMonitoredResources(type:integer(), default:nil) - Output only. Total number of monitored resources within this condition. -
updateTime(type:DateTime.t, default:nil) - Output only. The time of the security monitoring condition update.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityMonitoringCondition{ createTime: DateTime.t() | nil, include: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray.t() | nil, includeAllResources: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll.t() | nil, name: String.t() | nil, profile: String.t() | nil, scope: String.t() | nil, totalDeployedResources: integer() | nil, totalMonitoredResources: integer() | nil, updateTime: DateTime.t() | nil }