Create a connector that is pending a connector config.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
The appId of the app the connector is attached to.
The ConnectorServiceCreateDelegatedRequest message contains the fields required to create a connector.
The AppManagedStateBindingRef message.
The catalogId describes which catalog entry this connector is an instance of. For example, every Okta connector will have the same catalogId indicating it is an Okta connector.
The description of the connector.
The displayName of the connector.
The ConnectorExpandMask is used to expand related objects on a connector.
The userIds field is used to define the integration owners of the connector.
The ConnectorServiceCreateResponse is the response returned from creating a connector.
The ConnectorServiceCreateResponse is the response returned from creating a connector.