Class AcquireSsrsLeaseContext
Acquire SSRS lease context.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class AcquireSsrsLeaseContext : IDirectResponseSchema
Properties
Duration
Lease duration needed for SSRS setup.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportDatabase
The report database to be used for SSRS setup.
Declaration
[JsonProperty("reportDatabase")]
public virtual string ReportDatabase { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceLogin
The username to be used as the service login to connect to the report database for SSRS setup.
Declaration
[JsonProperty("serviceLogin")]
public virtual string ServiceLogin { get; set; }
Property Value
Type | Description |
---|---|
string |
SetupLogin
The username to be used as the setup login to connect to the database server for SSRS setup.
Declaration
[JsonProperty("setupLogin")]
public virtual string SetupLogin { get; set; }
Property Value
Type | Description |
---|---|
string |