Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Kubernetes

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Kubernetes

Returns a new instance of GoogleCloudSecuritycenterV2Kubernetes.



8852
8853
8854
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8852

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#access_reviewsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AccessReview>

Corresponds to the JSON property accessReviews



8820
8821
8822
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8820

def access_reviews
  @access_reviews
end

#bindingsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Binding>

Corresponds to the JSON property bindings



8825
8826
8827
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8825

def bindings
  @bindings
end

#node_poolsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2NodePool>

Corresponds to the JSON property nodePools



8830
8831
8832
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8830

def node_pools
  @node_pools
end

#nodesArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Node>

Corresponds to the JSON property nodes



8835
8836
8837
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8835

def nodes
  @nodes
end

#objectsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Object>

Corresponds to the JSON property objects



8840
8841
8842
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8840

def objects
  @objects
end

#podsArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Pod>

Corresponds to the JSON property pods



8845
8846
8847
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8845

def pods
  @pods
end

#rolesArray<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Role>

Corresponds to the JSON property roles



8850
8851
8852
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8850

def roles
  @roles
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8857
8858
8859
8860
8861
8862
8863
8864
8865
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 8857

def update!(**args)
  @access_reviews = args[:access_reviews] if args.key?(:access_reviews)
  @bindings = args[:bindings] if args.key?(:bindings)
  @node_pools = args[:node_pools] if args.key?(:node_pools)
  @nodes = args[:nodes] if args.key?(:nodes)
  @objects = args[:objects] if args.key?(:objects)
  @pods = args[:pods] if args.key?(:pods)
  @roles = args[:roles] if args.key?(:roles)
end