Account Resource Properties Args
data class AccountResourcePropertiesArgs(val configuration: Output<Either<String, AccountConfiguration>>? = null, val cors: Output<List<CorsRuleArgs>>? = null, val endpointAuthentications: Output<List<EndpointAuthenticationArgs>>? = null, val reportsConnectionString: Output<String>? = null) : ConvertibleToJava<AccountResourcePropertiesArgs>
Account resource properties.
Constructors
Link copied to clipboard
constructor(configuration: Output<Either<String, AccountConfiguration>>? = null, cors: Output<List<CorsRuleArgs>>? = null, endpointAuthentications: Output<List<EndpointAuthenticationArgs>>? = null, reportsConnectionString: Output<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
Connection string to write Accounts reports to.