Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Access

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Access

Returns a new instance of GoogleCloudSecuritycenterV2Access.



4133
4134
4135
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4133

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

Instance Attribute Details

#caller_ipString

Corresponds to the JSON property callerIp

Returns:

  • (String)


4081
4082
4083
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4081

def caller_ip
  @caller_ip
end

#caller_ip_geoGoogle::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Geolocation

Corresponds to the JSON property callerIpGeo



4086
4087
4088
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4086

def caller_ip_geo
  @caller_ip_geo
end

#method_nameString

Corresponds to the JSON property methodName

Returns:

  • (String)


4091
4092
4093
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4091

def method_name
  @method_name
end

#principal_emailString

Corresponds to the JSON property principalEmail

Returns:

  • (String)


4096
4097
4098
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4096

def principal_email
  @principal_email
end

#principal_subjectString

Corresponds to the JSON property principalSubject

Returns:

  • (String)


4101
4102
4103
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4101

def principal_subject
  @principal_subject
end

#service_account_delegation_infoArray<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo>

Corresponds to the JSON property serviceAccountDelegationInfo



4106
4107
4108
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4106

def 
  @service_account_delegation_info
end

#service_account_key_nameString

Corresponds to the JSON property serviceAccountKeyName

Returns:

  • (String)


4111
4112
4113
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4111

def 
  @service_account_key_name
end

#service_nameString

Corresponds to the JSON property serviceName

Returns:

  • (String)


4116
4117
4118
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4116

def service_name
  @service_name
end

#user_agentString

Corresponds to the JSON property userAgent

Returns:

  • (String)


4121
4122
4123
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4121

def user_agent
  @user_agent
end

#user_agent_familyString

Corresponds to the JSON property userAgentFamily

Returns:

  • (String)


4126
4127
4128
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4126

def user_agent_family
  @user_agent_family
end

#user_nameString

Corresponds to the JSON property userName

Returns:

  • (String)


4131
4132
4133
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4131

def user_name
  @user_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4138

def update!(**args)
  @caller_ip = args[:caller_ip] if args.key?(:caller_ip)
  @caller_ip_geo = args[:caller_ip_geo] if args.key?(:caller_ip_geo)
  @method_name = args[:method_name] if args.key?(:method_name)
  @principal_email = args[:principal_email] if args.key?(:principal_email)
  @principal_subject = args[:principal_subject] if args.key?(:principal_subject)
  @service_account_delegation_info = args[:service_account_delegation_info] if args.key?(:service_account_delegation_info)
  @service_account_key_name = args[:service_account_key_name] if args.key?(:service_account_key_name)
  @service_name = args[:service_name] if args.key?(:service_name)
  @user_agent = args[:user_agent] if args.key?(:user_agent)
  @user_agent_family = args[:user_agent_family] if args.key?(:user_agent_family)
  @user_name = args[:user_name] if args.key?(:user_name)
end