IdentityConnector class

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

Constructors

IdentityConnector.new({String? connectionState, String? serviceAgentEmail})
IdentityConnector.fromJson(Map json_)

Properties

connectionState String?
The connection state of the identity connector.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAgentEmail String?
A google managed service account on which customers can grant roles to access resources in the customer project.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited