AccountResourceResponseProperties

data class AccountResourceResponseProperties(val configuration: String? = null, val cors: List<CorsRuleResponse>? = null, val endpointAuthentications: List<EndpointAuthenticationResponse>? = null, val provisioningState: String, val reportsConnectionString: String? = null)

Account resource properties.

Constructors

Link copied to clipboard
constructor(configuration: String? = null, cors: List<CorsRuleResponse>? = null, endpointAuthentications: List<EndpointAuthenticationResponse>? = null, provisioningState: String, reportsConnectionString: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val configuration: String? = null

Account configuration. This can only be set at RecommendationsService Account creation.

Link copied to clipboard
val cors: List<CorsRuleResponse>? = null

The list of CORS details.

Link copied to clipboard

The list of service endpoints authentication details.

Link copied to clipboard

The resource provisioning state.

Link copied to clipboard

Connection string to write Accounts reports to.