public sealed class ControlFamily : IMessage<ControlFamily>, IEquatable<ControlFamily>, IDeepCloneable<ControlFamily>, IBufferMessage, IMessageReference documentation and code samples for the Audit Manager v1 API class ControlFamily.
Regulatory family of the control.
Implements
IMessageControlFamily, IEquatableControlFamily, IDeepCloneableControlFamily, IBufferMessage, IMessageNamespace
Google.Cloud.AuditManager.V1Assembly
Google.Cloud.AuditManager.V1.dll
Constructors
ControlFamily()
public ControlFamily()ControlFamily(ControlFamily)
public ControlFamily(ControlFamily other)| Parameter | |
|---|---|
| Name | Description |
other |
ControlFamily |
Properties
DisplayName
public string DisplayName { get; set; }Display name of the regulatory control family.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FamilyId
public string FamilyId { get; set; }ID of the regulatory control family. To find the list of supported
control families, use the
[ListControls][google.cloud.auditmanager.v1.AuditManager.ListControls]
method and review the control_family field in the response.
| Property Value | |
|---|---|
| Type | Description |
string |
|