Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Access
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Access
- 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
-
#caller_ip ⇒ String
Corresponds to the JSON property
callerIp. -
#caller_ip_geo ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Geolocation
Corresponds to the JSON property
callerIpGeo. -
#method_name ⇒ String
Corresponds to the JSON property
methodName. -
#principal_email ⇒ String
Corresponds to the JSON property
principalEmail. -
#principal_subject ⇒ String
Corresponds to the JSON property
principalSubject. -
#service_account_delegation_info ⇒ Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo>
Corresponds to the JSON property
serviceAccountDelegationInfo. -
#service_account_key_name ⇒ String
Corresponds to the JSON property
serviceAccountKeyName. -
#service_name ⇒ String
Corresponds to the JSON property
serviceName. -
#user_agent ⇒ String
Corresponds to the JSON property
userAgent. -
#user_agent_family ⇒ String
Corresponds to the JSON property
userAgentFamily. -
#user_name ⇒ String
Corresponds to the JSON property
userName.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Access
constructor
A new instance of GoogleCloudSecuritycenterV2Access.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Access
Returns a new instance of GoogleCloudSecuritycenterV2Access.
4127 4128 4129 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4127 def initialize(**args) update!(**args) end |
Instance Attribute Details
#caller_ip ⇒ String
Corresponds to the JSON property callerIp
4075 4076 4077 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4075 def caller_ip @caller_ip end |
#caller_ip_geo ⇒ Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Geolocation
Corresponds to the JSON property callerIpGeo
4080 4081 4082 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4080 def caller_ip_geo @caller_ip_geo end |
#method_name ⇒ String
Corresponds to the JSON property methodName
4085 4086 4087 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4085 def method_name @method_name end |
#principal_email ⇒ String
Corresponds to the JSON property principalEmail
4090 4091 4092 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4090 def principal_email @principal_email end |
#principal_subject ⇒ String
Corresponds to the JSON property principalSubject
4095 4096 4097 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4095 def principal_subject @principal_subject end |
#service_account_delegation_info ⇒ Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo>
Corresponds to the JSON property serviceAccountDelegationInfo
4100 4101 4102 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4100 def service_account_delegation_info @service_account_delegation_info end |
#service_account_key_name ⇒ String
Corresponds to the JSON property serviceAccountKeyName
4105 4106 4107 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4105 def service_account_key_name @service_account_key_name end |
#service_name ⇒ String
Corresponds to the JSON property serviceName
4110 4111 4112 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4110 def service_name @service_name end |
#user_agent ⇒ String
Corresponds to the JSON property userAgent
4115 4116 4117 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4115 def user_agent @user_agent end |
#user_agent_family ⇒ String
Corresponds to the JSON property userAgentFamily
4120 4121 4122 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4120 def user_agent_family @user_agent_family end |
#user_name ⇒ String
Corresponds to the JSON property userName
4125 4126 4127 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4125 def user_name @user_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4132 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 |