Google Apps Security and Compliance Services Web Services Bedienungsanleitung Seite 1

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Software Google Apps Security and Compliance Services Web Services herunter. Google Apps Security and Compliance Services Web Services Application Programming Interface Guide, Early Access Version 1.5 User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 70
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Google Apps Security and
Compliance Services
Google Web Services Application Programming Interface
Guide, Early Access Version 1.5
Google Message Filtering
Google Message Security
Google Message Discovery
Seitenansicht 0
1 2 3 4 5 6 ... 69 70

Inhaltsverzeichnis

Seite 1 - Compliance Services

Google Apps Security and Compliance ServicesGoogle Web Services Application Programming Interface Guide, Early Access Version 1.5• Google Message Filt

Seite 2 - Part number: EEAPI_R6.19_00

Chapter 2Introduction to Google Web Services API 7Introduction to Google Web Services APIChapter 2Welcome to the Google Web Services APIThe Google Web

Seite 3

8 Message Security and Filtering Application Programming Interface Guide RELEASE EA version 1.5API Infrastructure -- Common features across the web se

Seite 4

Introduction to Google Web Services API 9When your application makes a web service request for data to the Google Web Services API, the server authent

Seite 5 - Contents

10 Message Security and Filtering Application Programming Interface Guide RELEASE EA version 1.5The Extensible Markup Language (XML) is a markup or ta

Seite 6

Introduction to Google Web Services API 11System InformationThe Google Web Services API, Early Access version uses these protocols and languages:• Web

Seite 7 - What’s New in This Book

12 Message Security and Filtering Application Programming Interface Guide RELEASE EA version 1.5Examples of systems are:• For System 5, https://api-s5

Seite 8 - Additional Documentation

Introduction to Google Web Services API 13These are introductory classes showing how to create a web service and client, modify an attribute, deploy t

Seite 9 - Support Resources

14 Message Security and Filtering Application Programming Interface Guide RELEASE EA version 1.5The development steps are:• Reference the WSDLs -- Con

Seite 10 - Chapter 2

Introduction to Google Web Services API 15special attention to organization, user, domain, alias concepts and functionality. For more information, see

Seite 11

16 Message Security and Filtering Application Programming Interface Guide RELEASE EA version 1.5This example uses the WindowsFormsApplicationExample p

Seite 12

2 Google Web Services Application Programming Interface Guide Google, Inc.1600 Ampitheatre ParkwayMountain View, CA 94043www.google.comPart number: E

Seite 13

Introduction to Google Web Services API 17This example uses the AutomatedBatchService as the Web reference.12. The web reference is displayed in the s

Seite 14 - WSDL URL

18 Message Security and Filtering Application Programming Interface Guide RELEASE EA version 1.513. Select the web reference and click Show All Files

Seite 15 - C# Resources

Chapter 3API Infrastructure 19API InfrastructureChapter 3About the API InfrastructureThis chapter presents the common web service infrastructure featu

Seite 16 - Basic Development Steps

20 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5MalformedKeyException -- This exception is thrown if

Seite 17

API Infrastructure 21Note: Operation-level exceptions are the most common exceptions. Handle these exceptions when the operation is called, and not at

Seite 18

22 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5Recommended Solution -- Stop the application. This is

Seite 19

API Infrastructure 23Endpoint Resolver ExceptionUnknownEmailException -- Specified email cannot be located in our system.Service Management API’s Auto

Seite 20

Chapter 4Endpoint Resolver 25Endpoint ResolverChapter 4About the Endpoint ResolverThe Endpoint Resolver dynamically returns the location of a web serv

Seite 21

26 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5For example, when updating the support contact for ms

Seite 22 - API Infrastructure

Endpoint Resolver 27Understanding the Endpoint Resolver ServiceThe Endpoint Resolver web service has one operation, and responds either with an endpoi

Seite 23 - Exception Management

3Although their code does not appear in gd 1.8.4, the authors wish to thank David Koblas, David Rowley, and Hutchison Avenue Software Corporation fo

Seite 24 - Exceptions

28 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5See Also“AutomatedBatch Reference Basics” on page 36,

Seite 25

Endpoint Resolver 29C# ExampleThis v.1.5 C# example is using the PMP password (pword) for authentication. The snippet example was created using Micros

Seite 26 - User Sync API Exception

30 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5//Display the web service output MessageBox.Show(&

Seite 27 - Endpoint Resolver

Endpoint Resolver 31Axis ExampleThis v.1.5 Java example is using Apache Axis 1.4. This example shows how to create a communication endpoint before cre

Seite 28 - Validating a Domain

32 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5//Get the child records.qpOrgArgs.setChildorgs("

Seite 29 - Endpoint Resolver Reference

Endpoint Resolver 33JAX WS ExampleThis v.1.5 Java example was created using JAX.WS 2.0.try { // Load and instantiate an instance of our endpoint re

Seite 30 - API Infrastructure Exceptions

34 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5•automatedBatchPort = service.getAutomatedBatchPort()

Seite 31 - Endpoint Resolver 29

Chapter 5Service Management API 35Service Management APIChapter 5About the Service Management APIThe Service Management API expands the automated capa

Seite 32

36 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5Understanding the Service Management APIThe Service M

Seite 33 - Endpoint Resolver 31

Service Management API 37WSDL• WSDL: https://api-s<your system>.postini.com/dl/api/automatedbatch.wsdl• PSTN_URI: http://postini.com/PSTN/SOAPAP

Seite 34

4 Google Web Services Application Programming Interface Guide Google Compliance Policies Notice:Google assumes no responsibility in connection with t

Seite 35 - Endpoint Resolver 33

38 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5 Exceptions Service Management API AutomatedBatch Exc

Seite 36

Chapter 6User Sync API 39User Sync APIChapter 6About the User Sync APIThe User Sync API provides bulk user management for your Message Securityservice

Seite 37 - Service Management API

40 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5Compare user information -- After your application ha

Seite 38 - Authorizations

User Sync API 41User Sync API ReferenceService NameUser Sync API

Seite 39 - Description

42 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5SummaryThe User Sync API provides the ability to retr

Seite 40

User Sync API 43This chapter has several code examples showing how to use the User Sync API service. It is important to remember these are simple exam

Seite 41 - User Sync API

44 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5ExceptionsWhen handling exceptions, use the exception

Seite 42

User Sync API 45User Sync API test Operation Enumerated Types for AddStatus, ModifyStatus, and DeleteStatusWith an operation’s response, a status is g

Seite 43 - User Sync API Reference

46 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5User Sync API checkauth OperationDescriptionThe test

Seite 44

User Sync API 47User Sync API GetUsers OperationResponseIf successful, no data is returned except for an empty SOAP response (void). Otherwise see “Ex

Seite 45 - Authorization

Contents 1ContentsChapter 1: What’s New in This Book 3What’s New in Google Apps Security and Compliance Google Web Services API (EA v.1.5) 3Related

Seite 46 - GetUsers Operation Exception

48 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5DescriptionReturns a list of users, with their specif

Seite 47 - User Sync API test Operation

User Sync API 49• Control -- Determines the amount of detailed information returned for each user. This is required.Type: GetUsersControl.A GetUsersCo

Seite 48 - //Call the test method

50 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5ResponsesReturns GetUsersResponse composed of an unli

Seite 49 - Operation

User Sync API 51 Exceptions GetUsers ExceptionInvalidCriteriaException - The search criteria could not possibly return any results, or conflicting sea

Seite 50

52 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5User Sync API AddUsers OperationOperationAddUsersRequ

Seite 51 - User Sync API 49

User Sync API 53DescriptionThe AddUsers operation adds one or more users with specific information for each user held in a NewUserRecord. For more inf

Seite 52 - Responses

54 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5• BlockedSenderAddresses -- An unlimited list of bloc

Seite 53 - WS Example

User Sync API 55• Status -- The success or failure value representing the status of adding the alias. This is required. Type: AddStatus. For more info

Seite 54 - AddUsers

56 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5In the response, each blocked sender address has info

Seite 55

User Sync API 57User Sync API ModifyUsers OperationJAX WS 2.0 ExampleJAX-WS 2.0 Example// AuthElemAuthElem authElem = new AuthElem();authElem.setApiKe

Seite 56

2 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5 Chapter 5: Service Management API 35About the Servic

Seite 57 - User Sync API 55

58 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5DescriptionThe ModifyUsers operation modifies a block

Seite 58

User Sync API 59• DeleteApprovedSenderAddresses -- An unlimited list of approved sender addresses to be deleted. This is optional.Type: AddressList. T

Seite 59 - ModifyUsers

60 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5ResponsesFor each ModifyUsers request, the service re

Seite 60

User Sync API 61• NewAddressMessage -- The User Sync API may return human readable messages to help when debugging your application. These messages do

Seite 61 - User Sync API 59

62 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5• AddApprovedSenderAddressStatus -- An unlimited list

Seite 62

User Sync API 63• AddBlockedSenderAddressStatus -- An unlimited list of structures to represent the status for requests to block sender addresses.Type

Seite 63 - User Sync API 61

64 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5• DeleteAttributeStatus -- An unlimited list of struc

Seite 64

User Sync API 65User Sync API DeleteUsers OperationModifyUsers v.15, JAX WS 2.0 ExampleThis v.1.5 JAX-WS 2.0 example is using the PMP password (pword)

Seite 65 - User Sync API 63

66 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5ResponsesResponse is a DeleteUsersResponse which hold

Seite 66

Index 67IndexAAddUsers operation (User Sync) 52API GuideAudience 7API InfrastructureAPI license key 19Exception management 20API license key 19excep

Seite 67 - JAX WS 2.0 Example

Chapter 1What’s New in This Book 3What’s New in This BookChapter 1What’s New in Google Apps Security and Compliance Google Web Services API (EA v.1.5)

Seite 68

68 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5 PProtocolsHTTPS 8IDNA (International Domain Names)

Seite 69 - Index 67

4 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5The Message Securityservice Customer Care does not pro

Seite 70

What’s New in This Book 5Early Access ProgramIt is important to remember this guide supports the Google Web Services API Early Access Program. Google

Kommentare zu diesen Handbüchern

Keine Kommentare