public sealed class Enrollment : IMessage<Enrollment>, IEquatable<Enrollment>, IDeepCloneable<Enrollment>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class Enrollment.
Organization, folder, or project to enroll for audit reports.
Implements
IMessageEnrollment, IEquatableEnrollment, IDeepCloneableEnrollment, IBufferMessage, IMessageNamespace
Google.Cloud.AuditManager.V1Assembly
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 |
|