Class InstancesResource.ListEntraIdCertificatesRequest
Lists all versions of EntraID certificates for the specified instance. There can be up to three sets of certificates listed: the certificate that is currently in use, a future that has been added but not yet used to sign a certificate, and a certificate that has been rotated out.
Inheritance
InstancesResource.ListEntraIdCertificatesRequest
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class InstancesResource.ListEntraIdCertificatesRequest : SQLAdminBaseServiceRequest<InstancesListEntraIdCertificatesResponse>, IClientServiceRequest<InstancesListEntraIdCertificatesResponse>, IClientServiceRequest
Constructors
ListEntraIdCertificatesRequest(IClientService, string, string)
Constructs a new ListEntraIdCertificates request.
Declaration
public ListEntraIdCertificatesRequest(IClientService service, string project, string instance)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | project | |
| string | instance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Instance
Required. Cloud SQL instance ID. This does not include the project ID.
Declaration
[RequestParameter("instance", RequestParameterType.Path)]
public virtual string Instance { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Project
Required. Project ID of the project that contains the instance.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes ListEntraIdCertificates parameter list.
Declaration
protected override void InitParameters()