Class CreateSubscriberPayload
Payload for creating a subscriber.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class CreateSubscriberPayload : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndpointAuthorization
Required. Authorization mechanism for the subscriber endpoint. The secret within this message is crucial
for endpoint verification and for securing webhook notifications.
Declaration
[JsonProperty("endpointAuthorization")]
public virtual EndpointAuthorization EndpointAuthorization { get; set; }
Property Value
| Type | Description |
|---|---|
| EndpointAuthorization |
EndpointUri
Required. The full HTTPS URI where update notifications will be sent. The URI must be a valid URL and use
HTTPS as the scheme. This endpoint will be verified during the CreateSubscriber call. See CreateSubscriber
RPC documentation for verification details.
Declaration
[JsonProperty("endpointUri")]
public virtual string EndpointUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubscriberConfigs
Optional. Configuration for the subscriber.
Declaration
[JsonProperty("subscriberConfigs")]
public virtual IList<SubscriberConfig> SubscriberConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SubscriberConfig> |