Class GoogleCloudDiscoveryengineV1alphaAuthorization
Discovery Engine Authorization resource.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAuthorization : IDirectResponseSchema
Properties
DisplayName
Required. The display name of the authorization. It must be a UTF-8 encoded string with a length limit of 128 characters.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
Name
Identifier. Resource name of the authorization. Format:
projects/{project}/locations/{location}/authorizations/{authorization} It must be a UTF-8 encoded string
with a length limit of 1024 characters.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServerSideOauth2
Server-side OAuth2 configuration.
Declaration
[JsonProperty("serverSideOauth2")]
public virtual GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2 ServerSideOauth2 { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2 |