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.
552 553 554 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 552 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
505 506 507 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 505 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
510 511 512 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 510 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
515 516 517 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 515 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
520 521 522 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 520 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
525 526 527 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 525 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
530 531 532 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 530 def @permissions end |
#privacy_policy_texts ⇒ Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence>
Evidence collected from your privacy policy(s).
Corresponds to the JSON property privacyPolicyTexts
535 536 537 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 535 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
540 541 542 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 540 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
545 546 547 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 545 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
550 551 552 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 550 def sdks @sdks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
557 558 559 560 561 562 563 564 565 566 567 568 |
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 557 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 |