Show / Hide Table of Contents

Class ServiceSecurityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceSecurityArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceSecurityArgs : ResourceArgs

Constructors

View Source

ServiceSecurityArgs()

Declaration
public ServiceSecurityArgs()

Properties

View Source

EnableBackendSsl30

Should SSL 3.0 be enabled on the backend of the gateway? Defaults to false.

Declaration
public Input<bool> EnableBackendSsl30 { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableBackendTls10

Should TLS 1.0 be enabled on the backend of the gateway? Defaults to false.

Declaration
public Input<bool> EnableBackendTls10 { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableBackendTls11

Should TLS 1.1 be enabled on the backend of the gateway? Defaults to false.

Declaration
public Input<bool> EnableBackendTls11 { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableFrontendSsl30

Should SSL 3.0 be enabled on the frontend of the gateway? Defaults to false.

Declaration
public Input<bool> EnableFrontendSsl30 { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableFrontendTls10

Should TLS 1.0 be enabled on the frontend of the gateway? Defaults to false.

Declaration
public Input<bool> EnableFrontendTls10 { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableFrontendTls11

Should TLS 1.1 be enabled on the frontend of the gateway? Defaults to false.

Declaration
public Input<bool> EnableFrontendTls11 { get; set; }
Property Value
Type Description
Input<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 Input<bool> EnableTripleDesCiphers { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.