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 SourceCreationTimestamp
Declaration
public readonly string CreationTimestamp
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Description
Description of this SSL Policy.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Fingerprint
Fingerprint of this resource.
Declaration
public readonly string Fingerprint
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
MinTlsVersion
The minimum supported TLS version of this policy.
Declaration
public readonly string MinTlsVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Profile
The Google-curated or custom profile used by this policy.
Declaration
public readonly string Profile
Field Value
| Type | Description |
|---|---|
| System.String |
Project
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
SelfLink
The URI of the created resource.
Declaration
public readonly string SelfLink
Field Value
| Type | Description |
|---|---|
| System.String |