Class GenerateOrgProfileConfigurationRequest
Request message for GenerateOrgProfileConfiguration.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class GenerateOrgProfileConfigurationRequest : IDirectResponseSchema
Properties
DisplayName
Required. The display name of the organization to generate the profile for.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Domain
Required. The domain of the organization to generate the profile for.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |