@Value.Immutable
public interface AuthParameter
| Modifier and Type | Method and Description |
|---|---|
List<String> |
connectorSuppliedValues()
Values provided by connector which can be used as input for this AuthParameter.
|
String |
description()
Description of the Auth Parameter.
|
String |
key()
Unique identifier for AuthParameter.
|
String |
label()
Label of the Auth Parameter.
|
boolean |
required()
Specifies if this AuthParameter is required or not.
|
Boolean |
sensitiveField()
Specifies if this field data is sensitive/Critical that shouldn't be stored as plain text.
|
String key()
boolean required()
String label()
String description()
@Nullable Boolean sensitiveField()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.