Show / Hide Table of Contents

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 Source

EnableBackendSsl30

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.