Share via


IFhirServiceCorsConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceCorsConfigurationTypeConverter))]
public interface IFhirServiceCorsConfiguration : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceCorsConfigurationTypeConverter))>]
type IFhirServiceCorsConfiguration = interface
    interface IJsonSerializable
Public Interface IFhirServiceCorsConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AllowCredentials

If credentials are allowed via CORS.

Header

The headers to be allowed via CORS.

MaxAge

The max age to be allowed via CORS.

Method

The methods to be allowed via CORS.

Origin

The origins to be allowed via CORS.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to