Audit Manager v1 API - Class Enrollment (1.0.0-beta01)

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

Reference documentation and code samples for the Audit Manager v1 API class Enrollment.

The enrollment resource.

Inheritance

object > Enrollment

Namespace

Google.Cloud.AuditManager.V1

Assembly

Google.Cloud.AuditManager.V1.dll

Constructors

Enrollment()

public Enrollment()

Enrollment(Enrollment)

public Enrollment(Enrollment other)
Parameter
Name Description
other Enrollment

Properties

DestinationDetails

public RepeatedField<DestinationDetails> DestinationDetails { get; }

Output only. The locations where the generated reports can be uploaded.

Property Value
Type Description
RepeatedFieldDestinationDetails

EnrollmentName

public EnrollmentName EnrollmentName { get; set; }

EnrollmentName-typed view over the Name resource name property.

Property Value
Type Description
EnrollmentName

Name

public string Name { get; set; }

Identifier. The name of this Enrollment, in the format of scope given in request.

Property Value
Type Description
string