Enum Control.Family (0.1.0)

public enum Control.Family extends Enum<Control.Family> implements ProtocolMessageEnum

Family of the control. E.g. Access Control

Protobuf enum google.cloud.cloudsecuritycompliance.v1.Control.Family

Implements

ProtocolMessageEnum

Static Fields

Name Description
AC

Access Control

AC = 1;

AC_VALUE

Access Control

AC = 1;

AT

Awareness and Training

AT = 2;

AT_VALUE

Awareness and Training

AT = 2;

AU

Audit and Accountability

AU = 3;

AU_VALUE

Audit and Accountability

AU = 3;

CA

Certification, Accreditation and Security Assessments

CA = 4;

CA_VALUE

Certification, Accreditation and Security Assessments

CA = 4;

CM

Configuration Management

CM = 5;

CM_VALUE

Configuration Management

CM = 5;

CP

Contingency Planning

CP = 6;

CP_VALUE

Contingency Planning

CP = 6;

FAMILY_UNSPECIFIED

Unspecified. Invalid state.

FAMILY_UNSPECIFIED = 0;

FAMILY_UNSPECIFIED_VALUE

Unspecified. Invalid state.

FAMILY_UNSPECIFIED = 0;

IA

Identification and Authentication

IA = 7;

IA_VALUE

Identification and Authentication

IA = 7;

IR

Incident Response

IR = 8;

IR_VALUE

Incident Response

IR = 8;

MA

Maintenance

MA = 9;

MA_VALUE

Maintenance

MA = 9;

MP

Media Protection

MP = 10;

MP_VALUE

Media Protection

MP = 10;

PE

Physical and Environmental Protection

PE = 11;

PE_VALUE

Physical and Environmental Protection

PE = 11;

PL

Security Planning

PL = 12;

PL_VALUE

Security Planning

PL = 12;

PS

Personnel Security

PS = 13;

PS_VALUE

Personnel Security

PS = 13;

RA

Risk Assessment

RA = 14;

RA_VALUE

Risk Assessment

RA = 14;

SA

System Services and Acquisition

SA = 15;

SA_VALUE

System Services and Acquisition

SA = 15;

SC

System and Communications Protection

SC = 16;

SC_VALUE

System and Communications Protection

SC = 16;

SI

System and Information Integrity

SI = 17;

SI_VALUE

System and Information Integrity

SI = 17;

SR

Supply Chain Risk Management

SR = 18;

SR_VALUE

Supply Chain Risk Management

SR = 18;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()