Class ServiceSecurity
Inheritance
System.Object
ServiceSecurity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceSecurity
Fields
View SourceEnableBackendSsl30
Should SSL 3.0 be enabled on the backend of the gateway? Defaults to false.
Declaration
public readonly bool? EnableBackendSsl30
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnableBackendTls10
Should TLS 1.0 be enabled on the backend of the gateway? Defaults to false.
Declaration
public readonly bool? EnableBackendTls10
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnableBackendTls11
Should TLS 1.1 be enabled on the backend of the gateway? Defaults to false.
Declaration
public readonly bool? EnableBackendTls11
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnableFrontendSsl30
Should SSL 3.0 be enabled on the frontend of the gateway? Defaults to false.
Declaration
public readonly bool? EnableFrontendSsl30
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnableFrontendTls10
Should TLS 1.0 be enabled on the frontend of the gateway? Defaults to false.
Declaration
public readonly bool? EnableFrontendTls10
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnableFrontendTls11
Should TLS 1.1 be enabled on the frontend of the gateway? Defaults to false.
Declaration
public readonly bool? EnableFrontendTls11
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnableTripleDesCiphers
Should the TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher be enabled for alL TLS versions (1.0, 1.1 and 1.2)? Defaults to false.
Declaration
public readonly bool? EnableTripleDesCiphers
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |