Show / Hide Table of Contents

Class IdentityConnector

The identity connector details which will allow OCI to securely access the resources in the customer project.

Inheritance
object
IdentityConnector
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX