Class IdentityConnector
The identity connector details which will allow OCI to securely access the resources in the customer project.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class IdentityConnector : IDirectResponseSchema
Properties
ConnectionState
Output only. The connection state of the identity connector.
Declaration
[JsonProperty("connectionState")]
public virtual string ConnectionState { 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 |
ServiceAgentEmail
Output only. A google managed service account on which customers can grant roles to access resources in the
customer project. Example: p176944527254-55-75119d87fd8f@gcp-sa-oci.iam.gserviceaccount.com
Declaration
[JsonProperty("serviceAgentEmail")]
public virtual string ServiceAgentEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |