public sealed class TrellixStarXAuthentication : IMessage<TrellixStarXAuthentication>, IEquatable<TrellixStarXAuthentication>, IDeepCloneable<TrellixStarXAuthentication>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class TrellixStarXAuthentication.
TrellixStarXAuthentication contains a oneof with all of the authentication types supported by Trellix *X devices.
Implements
IMessageTrellixStarXAuthentication, IEquatableTrellixStarXAuthentication, IDeepCloneableTrellixStarXAuthentication, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
TrellixStarXAuthentication()
public TrellixStarXAuthentication()TrellixStarXAuthentication(TrellixStarXAuthentication)
public TrellixStarXAuthentication(TrellixStarXAuthentication other)| Parameter | |
|---|---|
| Name | Description |
other |
TrellixStarXAuthentication |
Properties
AuthTypeCase
public TrellixStarXAuthentication.AuthTypeOneofCase AuthTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
TrellixStarXAuthenticationAuthTypeOneofCase |
|
Msso
public MssoAuthentication Msso { get; set; }Input only. MssoAuthentication auth type.
| Property Value | |
|---|---|
| Type | Description |
MssoAuthentication |
|
TrellixIam
public TrellixIAMAuthentication TrellixIam { get; set; }Input only. TrellixIAMAuthentication auth type.
| Property Value | |
|---|---|
| Type | Description |
TrellixIAMAuthentication |
|
TrellixLocal
public TrellixLocalAuthentication TrellixLocal { get; set; }Input only. TrellixLocalAuthentication auth type.
| Property Value | |
|---|---|
| Type | Description |
TrellixLocalAuthentication |
|