public sealed class AWSIAMSettings : IMessage<AWSIAMSettings>, IEquatable<AWSIAMSettings>, IDeepCloneable<AWSIAMSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class AWSIAMSettings.
AWSIAMSettings contains details needed for creating an AWS IAM feed.
Implements
IMessageAWSIAMSettings, IEquatableAWSIAMSettings, IDeepCloneableAWSIAMSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
AWSIAMSettings()
public AWSIAMSettings()AWSIAMSettings(AWSIAMSettings)
public AWSIAMSettings(AWSIAMSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
AWSIAMSettings |
Properties
ApiType
public AWSIAMSettings.Types.ApiType ApiType { get; set; }Supported AWS IAM api type.
| Property Value | |
|---|---|
| Type | Description |
AWSIAMSettingsTypesApiType |
|
Authentication
public UsernameSecretAuth Authentication { get; set; }Input only. Authentication
| Property Value | |
|---|---|
| Type | Description |
UsernameSecretAuth |
|