Class ServiceSecurityArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceSecurityArgs : ResourceArgs
Constructors
View SourceServiceSecurityArgs()
Declaration
public ServiceSecurityArgs()
Properties
View SourceEnableBackendSsl30
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> |
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> |
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> |
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> |
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> |
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> |
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> |