Account Resource Response Properties
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)
Properties
Link copied to clipboard
Account configuration. This can only be set at RecommendationsService Account creation.
Link copied to clipboard
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.