ProviderResponse

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.

Constructors

Link copied to clipboard
constructor(id: String, namespace: String? = null, providerAuthorizationConsentState: String? = null, registrationPolicy: String, registrationState: String, resourceTypes: List<ProviderResourceTypeResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider ID.

Link copied to clipboard
val namespace: String? = null

The namespace of the resource provider.

Link copied to clipboard

The provider authorization consent state.

Link copied to clipboard

The registration policy of the resource provider.

Link copied to clipboard

The registration state of the resource provider.

Link copied to clipboard

The collection of provider resource types.