Show / Hide Table of Contents

Class GetSSLPolicyResult

Inheritance
System.Object
GetSSLPolicyResult
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.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetSSLPolicyResult

Fields

View Source

CreationTimestamp

Declaration
public readonly string CreationTimestamp
Field Value
Type Description
System.String
View Source

CustomFeatures

If the profile is CUSTOM, these are the custom encryption ciphers supported by the profile. If the profile is not CUSTOM, this attribute will be empty.

Declaration
public readonly ImmutableArray<string> CustomFeatures
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Description

Description of this SSL Policy.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

EnabledFeatures

The set of enabled encryption ciphers as a result of the policy config

Declaration
public readonly ImmutableArray<string> EnabledFeatures
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Fingerprint

Fingerprint of this resource.

Declaration
public readonly string Fingerprint
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MinTlsVersion

The minimum supported TLS version of this policy.

Declaration
public readonly string MinTlsVersion
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Profile

The Google-curated or custom profile used by this policy.

Declaration
public readonly string Profile
Field Value
Type Description
System.String
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

SelfLink

The URI of the created resource.

Declaration
public readonly string SelfLink
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.