Chronicle v1 API - Class TrellixStarXAuthentication (1.1.0)

public sealed class TrellixStarXAuthentication : IMessage<TrellixStarXAuthentication>, IEquatable<TrellixStarXAuthentication>, IDeepCloneable<TrellixStarXAuthentication>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > TrellixStarXAuthentication

Namespace

Google.Cloud.Chronicle.V1

Assembly

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