Chronicle v1 API - Class PanPrismaAuth (1.1.0)

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

Reference documentation and code samples for the Chronicle v1 API class PanPrismaAuth.

PAN Prisma Cloud auth.

Inheritance

object > PanPrismaAuth

Namespace

Google.Cloud.Chronicle.V1

Assembly

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