Show / Hide Table of Contents

Class SpringCloudServiceConfigServerGitSettingRepositorySshAuthArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpringCloudServiceConfigServerGitSettingRepositorySshAuthArgs
Inherited Members
ResourceArgs.Empty
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 SpringCloudServiceConfigServerGitSettingRepositorySshAuthArgs : ResourceArgs

Constructors

View Source

SpringCloudServiceConfigServerGitSettingRepositorySshAuthArgs()

Declaration
public SpringCloudServiceConfigServerGitSettingRepositorySshAuthArgs()

Properties

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 Input<string> HostKey { get; set; }
Property Value
Type Description
Input<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 Input<string> HostKeyAlgorithm { get; set; }
Property Value
Type Description
Input<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 Input<string> PrivateKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.