Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEvidence
- Inherits:
-
Object
- Object
- Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEvidence
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/checks_v1alpha/classes.rb,
lib/google/apis/checks_v1alpha/representations.rb,
lib/google/apis/checks_v1alpha/representations.rb
Overview
Evidence for a check.
Instance Attribute Summary collapse
-
#data_security ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidence
Evidence concerning data security.
-
#data_types ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataTypeEvidence>
Evidence concerning data types found in your app.
-
#endpoint_restriction_violations ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence>
Evidence collected from endpoint restriction violation analysis.
-
#endpoints ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointEvidence>
Evidence concerning endpoints that were contacted by your app.
-
#permission_restriction_violations ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence>
Evidence collected from permission restriction violation analysis.
-
#permissions ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionEvidence>
Evidence concerning permissions that were found in your app.
-
#privacy_policy_texts ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence>
Evidence collected from your privacy policy(s).
-
#sdk_issues ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkIssueEvidence>
Evidence concerning SDK issues.
-
#sdk_restriction_violations ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence>
Evidence collected from SDK restriction violation analysis.
-
#sdks ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkEvidence>
Evidence concerning SDKs that were found in your app.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckEvidence
constructor
A new instance of GoogleChecksReportV1alphaCheckEvidence.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckEvidence
Returns a new instance of GoogleChecksReportV1alphaCheckEvidence.
965 966 967 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 965 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_security ⇒ Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidence
Evidence concerning data security.
Corresponds to the JSON property dataSecurity
918 919 920 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 918 def data_security @data_security end |
#data_types ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataTypeEvidence>
Evidence concerning data types found in your app.
Corresponds to the JSON property dataTypes
923 924 925 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 923 def data_types @data_types end |
#endpoint_restriction_violations ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence>
Evidence collected from endpoint restriction violation analysis.
Corresponds to the JSON property endpointRestrictionViolations
928 929 930 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 928 def endpoint_restriction_violations @endpoint_restriction_violations end |
#endpoints ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointEvidence>
Evidence concerning endpoints that were contacted by your app.
Corresponds to the JSON property endpoints
933 934 935 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 933 def endpoints @endpoints end |
#permission_restriction_violations ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence>
Evidence collected from permission restriction violation analysis.
Corresponds to the JSON property permissionRestrictionViolations
938 939 940 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 938 def @permission_restriction_violations end |
#permissions ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionEvidence>
Evidence concerning permissions that were found in your app.
Corresponds to the JSON property permissions
943 944 945 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 943 def @permissions end |
#privacy_policy_texts ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence>
Evidence collected from your privacy policy(s).
Corresponds to the JSON property privacyPolicyTexts
948 949 950 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 948 def privacy_policy_texts @privacy_policy_texts end |
#sdk_issues ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkIssueEvidence>
Evidence concerning SDK issues.
Corresponds to the JSON property sdkIssues
953 954 955 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 953 def sdk_issues @sdk_issues end |
#sdk_restriction_violations ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence>
Evidence collected from SDK restriction violation analysis.
Corresponds to the JSON property sdkRestrictionViolations
958 959 960 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 958 def sdk_restriction_violations @sdk_restriction_violations end |
#sdks ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkEvidence>
Evidence concerning SDKs that were found in your app.
Corresponds to the JSON property sdks
963 964 965 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 963 def sdks @sdks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
970 971 972 973 974 975 976 977 978 979 980 981 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 970 def update!(**args) @data_security = args[:data_security] if args.key?(:data_security) @data_types = args[:data_types] if args.key?(:data_types) @endpoint_restriction_violations = args[:endpoint_restriction_violations] if args.key?(:endpoint_restriction_violations) @endpoints = args[:endpoints] if args.key?(:endpoints) @permission_restriction_violations = args[:permission_restriction_violations] if args.key?(:permission_restriction_violations) @permissions = args[:permissions] if args.key?(:permissions) @privacy_policy_texts = args[:privacy_policy_texts] if args.key?(:privacy_policy_texts) @sdk_issues = args[:sdk_issues] if args.key?(:sdk_issues) @sdk_restriction_violations = args[:sdk_restriction_violations] if args.key?(:sdk_restriction_violations) @sdks = args[:sdks] if args.key?(:sdks) end |