Connector Profile Service Now Connector Profile Credentials
data class ConnectorProfileServiceNowConnectorProfileCredentials(val oAuth2Credentials: ConnectorProfileOAuth2Credentials? = null, val password: String? = null, val username: String? = null)
Constructors
Link copied to clipboard
constructor(oAuth2Credentials: ConnectorProfileOAuth2Credentials? = null, password: String? = null, username: String? = null)