Class GetSpringCloudServiceConfigServerGitSettingSshAuthResult
Inheritance
System.Object
GetSpringCloudServiceConfigServerGitSettingSshAuthResult
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 GetSpringCloudServiceConfigServerGitSettingSshAuthResult
Fields
View SourceHostKey
The host key of the Git repository server.
Declaration
public readonly string HostKey
Field Value
| Type | Description |
|---|---|
| System.String |
HostKeyAlgorithm
The host key algorithm.
Declaration
public readonly string HostKeyAlgorithm
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateKey
The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.
Declaration
public readonly string PrivateKey
Field Value
| Type | Description |
|---|---|
| System.String |
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.Boolean |