Audit Manager v1 API - Class Enrollment (1.2.0)

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.

Organization, folder, or project to enroll for audit reports.

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. Cloud Storage buckets where you want to upload the audit reports.

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. Name of the enrollment, in one of the following formats:

  • projects/{project}/locations/{location}/enrollments/{enrollment}
  • folders/{folder}/locations/{location}/enrollments/{enrollment}
  • organizations/{organization}/locations/{location}/enrollments/{enrollment}
Property Value
Type Description
string