public sealed class Enrollment : IMessage<Enrollment>, IEquatable<Enrollment>, IDeepCloneable<Enrollment>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class Enrollment.
The enrollment resource.
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. 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 |
|