Provider Response
data class ProviderResponse(val id: String, val namespace: String? = null, val providerAuthorizationConsentState: String? = null, val registrationPolicy: String, val registrationState: String, val resourceTypes: List<ProviderResourceTypeResponse>)
Resource provider information.