Interface CfnConnection.IBasicAuthenticationCredentialsProperty
The basic authentication credentials of a connection.
Namespace: Amazon.CDK.AwsDatazone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBasicAuthenticationCredentialsProperty
Syntax (vb)
Public Interface IBasicAuthenticationCredentialsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_datazone;
var basicAuthenticationCredentialsProperty = new BasicAuthenticationCredentialsProperty {
Password = "password",
UserName = "userName"
};
Synopsis
Properties
Password | The password for a connection. |
User |
The user name for the connecion. |
Properties
Password
The password for a connection.
virtual string Password { get; }
Property Value
System.
Remarks
UserName
The user name for the connecion.
virtual string UserName { get; }
Property Value
System.