Class SpringCloudServiceConfigServerGitSettingSshAuthArgs
Inheritance
System.Object
SpringCloudServiceConfigServerGitSettingSshAuthArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SpringCloudServiceConfigServerGitSettingSshAuthArgs : ResourceArgs
Constructors
View SourceSpringCloudServiceConfigServerGitSettingSshAuthArgs()
Declaration
public SpringCloudServiceConfigServerGitSettingSshAuthArgs()
Properties
View SourceHostKey
The host key of the Git repository server, should not include the algorithm prefix as covered by host-key-algorithm.
Declaration
public Input<string> HostKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 Input<string> HostKeyAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateKey
The SSH private key to access the Git repository, required when the URI starts with git@ or ssh://.
Declaration
public Input<string> PrivateKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StrictHostKeyCheckingEnabled
Indicates whether the Config Server instance will fail to start if the host_key does not match.
Declaration
public Input<bool> StrictHostKeyCheckingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |