ArcAgentryConfigurations interface
model interface ArcAgentryConfigurations
Properties
| feature | Specifies the name of the feature for the configuration setting. |
| protected |
The configuration settings for the feature that contain any sensitive or secret information. |
| settings | The configuration settings for the feature that do not contain any sensitive or secret information. |
Property Details
feature
Specifies the name of the feature for the configuration setting.
feature?: string
Property Value
string
protectedSettings
The configuration settings for the feature that contain any sensitive or secret information.
protectedSettings?: Record<string, string>
Property Value
Record<string, string>
settings
The configuration settings for the feature that do not contain any sensitive or secret information.
settings?: Record<string, string>
Property Value
Record<string, string>