public sealed class PanPrismaAuth : IMessage<PanPrismaAuth>, IEquatable<PanPrismaAuth>, IDeepCloneable<PanPrismaAuth>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class PanPrismaAuth.
PAN Prisma Cloud auth.
Implements
IMessagePanPrismaAuth, IEquatablePanPrismaAuth, IDeepCloneablePanPrismaAuth, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
PanPrismaAuth()
public PanPrismaAuth()PanPrismaAuth(PanPrismaAuth)
public PanPrismaAuth(PanPrismaAuth other)| Parameter | |
|---|---|
| Name | Description |
other |
PanPrismaAuth |
Properties
Password
public string Password { get; set; }Password.
| Property Value | |
|---|---|
| Type | Description |
string |
|
User
public string User { get; set; }Username.
| Property Value | |
|---|---|
| Type | Description |
string |
|