public sealed class ControlFamily : IMessage<ControlFamily>, IEquatable<ControlFamily>, IDeepCloneable<ControlFamily>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class ControlFamily.
The regulatory family of the control.
Implements
IMessageControlFamily, IEquatableControlFamily, IDeepCloneableControlFamily, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ControlFamily()
public ControlFamily()ControlFamily(ControlFamily)
public ControlFamily(ControlFamily other)| Parameter | |
|---|---|
| Name | Description |
other |
ControlFamily |
Properties
DisplayName
public string DisplayName { get; set; }The friendly name for the regulatory control family.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FamilyId
public string FamilyId { get; set; }The identifier for the regulatory control family.
| Property Value | |
|---|---|
| Type | Description |
string |
|