Show / Hide Table of Contents

Class SpringCloudServiceConfigServerGitSettingSshAuth

Inheritance
System.Object
SpringCloudServiceConfigServerGitSettingSshAuth
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.AppPlatform.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SpringCloudServiceConfigServerGitSettingSshAuth

Fields

View Source

HostKey

The host key of the Git repository server, should not include the algorithm prefix as covered by host-key-algorithm.

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

HostKeyAlgorithm

The host key algorithm, should be ssh-dss, ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521. Required only if host-key exists.

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

PrivateKey

The SSH private key to access the Git repository, required when the URI starts with git@ or ssh://.

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

StrictHostKeyCheckingEnabled

Indicates whether the Config Server instance will fail to start if the host_key does not match.

Declaration
public readonly bool? StrictHostKeyCheckingEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.