blob: 4efa1b92672cb6e96b8b67e655492df4fd02e475 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/cloud/securitycenter/v1beta1/organization_settings.proto
package securitycenter
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
_ "google.golang.org/genproto/googleapis/api/annotations"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
// The mode of inclusion when running Asset Discovery.
// Asset discovery can be limited by explicitly identifying projects to be
// included or excluded. If INCLUDE_ONLY is set then only those projects
// (within the organization) and their children are discovered during asset
// discovery. If EXCLUDE is set then projects not matching those projects
// are discovered during asset discovery. If neither are set then all
// projects within the organization are discovered during asset discovery.
type OrganizationSettings_AssetDiscoveryConfig_InclusionMode int32
const (
// Unspecified. Setting the mode with this value will disable
// inclusion/exclusion filtering for Asset Discovery.
OrganizationSettings_AssetDiscoveryConfig_INCLUSION_MODE_UNSPECIFIED OrganizationSettings_AssetDiscoveryConfig_InclusionMode = 0
// Asset Discovery will capture only the resources within the projects
// specified. All other resources will be ignored.
OrganizationSettings_AssetDiscoveryConfig_INCLUDE_ONLY OrganizationSettings_AssetDiscoveryConfig_InclusionMode = 1
// Asset Discovery will ignore all resources under the projects specified.
// All other resources will be retrieved.
OrganizationSettings_AssetDiscoveryConfig_EXCLUDE OrganizationSettings_AssetDiscoveryConfig_InclusionMode = 2
)
var OrganizationSettings_AssetDiscoveryConfig_InclusionMode_name = map[int32]string{
0: "INCLUSION_MODE_UNSPECIFIED",
1: "INCLUDE_ONLY",
2: "EXCLUDE",
}
var OrganizationSettings_AssetDiscoveryConfig_InclusionMode_value = map[string]int32{
"INCLUSION_MODE_UNSPECIFIED": 0,
"INCLUDE_ONLY": 1,
"EXCLUDE": 2,
}
func (x OrganizationSettings_AssetDiscoveryConfig_InclusionMode) String() string {
return proto.EnumName(OrganizationSettings_AssetDiscoveryConfig_InclusionMode_name, int32(x))
}
func (OrganizationSettings_AssetDiscoveryConfig_InclusionMode) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_a0c752c1a47d41ec, []int{0, 0, 0}
}
// User specified settings that are attached to the Security Center
// organization.
type OrganizationSettings struct {
// The relative resource name of the settings. See:
// https://cloud.google.com/apis/design/resource_names#relative_resource_name
// Example:
// "organizations/123/organizationSettings".
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// A flag indicating whether Asset Discovery should be enabled. If the flag is
// set to true then discovery of assets will occur. If it is set to false all
// historical assets will remain but discovery of future assets will not
// occur.
EnableAssetDiscovery bool `protobuf:"varint,2,opt,name=enable_asset_discovery,json=enableAssetDiscovery,proto3" json:"enable_asset_discovery,omitempty"`
// The configuration used for Asset Discovery runs.
AssetDiscoveryConfig *OrganizationSettings_AssetDiscoveryConfig `protobuf:"bytes,3,opt,name=asset_discovery_config,json=assetDiscoveryConfig,proto3" json:"asset_discovery_config,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrganizationSettings) Reset() { *m = OrganizationSettings{} }
func (m *OrganizationSettings) String() string { return proto.CompactTextString(m) }
func (*OrganizationSettings) ProtoMessage() {}
func (*OrganizationSettings) Descriptor() ([]byte, []int) {
return fileDescriptor_a0c752c1a47d41ec, []int{0}
}
func (m *OrganizationSettings) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrganizationSettings.Unmarshal(m, b)
}
func (m *OrganizationSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrganizationSettings.Marshal(b, m, deterministic)
}
func (m *OrganizationSettings) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrganizationSettings.Merge(m, src)
}
func (m *OrganizationSettings) XXX_Size() int {
return xxx_messageInfo_OrganizationSettings.Size(m)
}
func (m *OrganizationSettings) XXX_DiscardUnknown() {
xxx_messageInfo_OrganizationSettings.DiscardUnknown(m)
}
var xxx_messageInfo_OrganizationSettings proto.InternalMessageInfo
func (m *OrganizationSettings) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *OrganizationSettings) GetEnableAssetDiscovery() bool {
if m != nil {
return m.EnableAssetDiscovery
}
return false
}
func (m *OrganizationSettings) GetAssetDiscoveryConfig() *OrganizationSettings_AssetDiscoveryConfig {
if m != nil {
return m.AssetDiscoveryConfig
}
return nil
}
// The configuration used for Asset Discovery runs.
type OrganizationSettings_AssetDiscoveryConfig struct {
// The project ids to use for filtering asset discovery.
ProjectIds []string `protobuf:"bytes,1,rep,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty"`
// The mode to use for filtering asset discovery.
InclusionMode OrganizationSettings_AssetDiscoveryConfig_InclusionMode `protobuf:"varint,2,opt,name=inclusion_mode,json=inclusionMode,proto3,enum=google.cloud.securitycenter.v1beta1.OrganizationSettings_AssetDiscoveryConfig_InclusionMode" json:"inclusion_mode,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OrganizationSettings_AssetDiscoveryConfig) Reset() {
*m = OrganizationSettings_AssetDiscoveryConfig{}
}
func (m *OrganizationSettings_AssetDiscoveryConfig) String() string { return proto.CompactTextString(m) }
func (*OrganizationSettings_AssetDiscoveryConfig) ProtoMessage() {}
func (*OrganizationSettings_AssetDiscoveryConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_a0c752c1a47d41ec, []int{0, 0}
}
func (m *OrganizationSettings_AssetDiscoveryConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OrganizationSettings_AssetDiscoveryConfig.Unmarshal(m, b)
}
func (m *OrganizationSettings_AssetDiscoveryConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OrganizationSettings_AssetDiscoveryConfig.Marshal(b, m, deterministic)
}
func (m *OrganizationSettings_AssetDiscoveryConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_OrganizationSettings_AssetDiscoveryConfig.Merge(m, src)
}
func (m *OrganizationSettings_AssetDiscoveryConfig) XXX_Size() int {
return xxx_messageInfo_OrganizationSettings_AssetDiscoveryConfig.Size(m)
}
func (m *OrganizationSettings_AssetDiscoveryConfig) XXX_DiscardUnknown() {
xxx_messageInfo_OrganizationSettings_AssetDiscoveryConfig.DiscardUnknown(m)
}
var xxx_messageInfo_OrganizationSettings_AssetDiscoveryConfig proto.InternalMessageInfo
func (m *OrganizationSettings_AssetDiscoveryConfig) GetProjectIds() []string {
if m != nil {
return m.ProjectIds
}
return nil
}
func (m *OrganizationSettings_AssetDiscoveryConfig) GetInclusionMode() OrganizationSettings_AssetDiscoveryConfig_InclusionMode {
if m != nil {
return m.InclusionMode
}
return OrganizationSettings_AssetDiscoveryConfig_INCLUSION_MODE_UNSPECIFIED
}
func init() {
proto.RegisterEnum("google.cloud.securitycenter.v1beta1.OrganizationSettings_AssetDiscoveryConfig_InclusionMode", OrganizationSettings_AssetDiscoveryConfig_InclusionMode_name, OrganizationSettings_AssetDiscoveryConfig_InclusionMode_value)
proto.RegisterType((*OrganizationSettings)(nil), "google.cloud.securitycenter.v1beta1.OrganizationSettings")
proto.RegisterType((*OrganizationSettings_AssetDiscoveryConfig)(nil), "google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig")
}
func init() {
proto.RegisterFile("google/cloud/securitycenter/v1beta1/organization_settings.proto", fileDescriptor_a0c752c1a47d41ec)
}
var fileDescriptor_a0c752c1a47d41ec = []byte{
// 396 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0xc1, 0x8b, 0xd4, 0x30,
0x14, 0xc6, 0xcd, 0x8c, 0xa8, 0x9b, 0x71, 0x97, 0x12, 0xca, 0x52, 0x06, 0xd1, 0xb2, 0x1e, 0xec,
0x29, 0x65, 0x57, 0x6f, 0x1e, 0x44, 0xa7, 0x15, 0x0a, 0xbb, 0xad, 0x76, 0x58, 0x50, 0x11, 0x42,
0x26, 0x8d, 0x21, 0xd2, 0xc9, 0x2b, 0x4d, 0x66, 0x61, 0xc5, 0x9b, 0x5e, 0xfd, 0x7b, 0xbd, 0xca,
0x66, 0xba, 0xb0, 0x95, 0x41, 0xf6, 0xe0, 0x2d, 0xf9, 0xbe, 0x97, 0xdf, 0xf7, 0x1e, 0x79, 0xf8,
0x95, 0x02, 0x50, 0xad, 0x4c, 0x45, 0x0b, 0x9b, 0x26, 0xb5, 0x52, 0x6c, 0x7a, 0xed, 0x2e, 0x85,
0x34, 0x4e, 0xf6, 0xe9, 0xc5, 0xf1, 0x4a, 0x3a, 0x7e, 0x9c, 0x42, 0xaf, 0xb8, 0xd1, 0xdf, 0xb8,
0xd3, 0x60, 0x98, 0x95, 0xce, 0x69, 0xa3, 0x2c, 0xed, 0x7a, 0x70, 0x40, 0x9e, 0x6e, 0x01, 0xd4,
0x03, 0xe8, 0x18, 0x40, 0x07, 0xc0, 0xfc, 0xd1, 0x90, 0xc2, 0x3b, 0x9d, 0x72, 0x63, 0xc0, 0x79,
0xd4, 0x80, 0x38, 0xfa, 0x3d, 0xc5, 0x61, 0x75, 0x23, 0x62, 0x39, 0x24, 0x10, 0x82, 0xef, 0x1a,
0xbe, 0x96, 0x11, 0x8a, 0x51, 0xb2, 0x57, 0xfb, 0x33, 0x79, 0x81, 0x0f, 0xa5, 0xe1, 0xab, 0x56,
0x32, 0x6e, 0xad, 0x74, 0xac, 0xd1, 0x56, 0xc0, 0x85, 0xec, 0x2f, 0xa3, 0x49, 0x8c, 0x92, 0x07,
0x75, 0xb8, 0x75, 0x5f, 0x5f, 0x99, 0xd9, 0xb5, 0x47, 0x7e, 0x22, 0x7c, 0xf8, 0x57, 0x3d, 0x13,
0x60, 0xbe, 0x68, 0x15, 0x4d, 0x63, 0x94, 0xcc, 0x4e, 0x4a, 0x7a, 0x8b, 0x39, 0xe8, 0xae, 0x2e,
0xe9, 0x38, 0x6a, 0xe1, 0xa9, 0x75, 0xc8, 0x77, 0xa8, 0xf3, 0x5f, 0x13, 0x1c, 0xee, 0x2a, 0x27,
0x4f, 0xf0, 0xac, 0xeb, 0xe1, 0xab, 0x14, 0x8e, 0xe9, 0xc6, 0x46, 0x28, 0x9e, 0x26, 0x7b, 0x35,
0x1e, 0xa4, 0xa2, 0xb1, 0xe4, 0x07, 0xc2, 0x07, 0xda, 0x88, 0x76, 0x63, 0xaf, 0xfe, 0x60, 0x0d,
0x8d, 0xf4, 0xf3, 0x1e, 0x9c, 0x7c, 0xfe, 0xbf, 0x8d, 0xd3, 0xe2, 0x3a, 0xe4, 0x0c, 0x1a, 0x59,
0xef, 0xeb, 0x9b, 0xd7, 0xa3, 0x12, 0xef, 0x8f, 0x7c, 0xf2, 0x18, 0xcf, 0x8b, 0x72, 0x71, 0x7a,
0xbe, 0x2c, 0xaa, 0x92, 0x9d, 0x55, 0x59, 0xce, 0xce, 0xcb, 0xe5, 0xbb, 0x7c, 0x51, 0xbc, 0x2d,
0xf2, 0x2c, 0xb8, 0x43, 0x02, 0xfc, 0xd0, 0xfb, 0x59, 0xce, 0xaa, 0xf2, 0xf4, 0x63, 0x80, 0xc8,
0x0c, 0xdf, 0xcf, 0x3f, 0x78, 0x25, 0x98, 0xbc, 0xf9, 0x8e, 0x9f, 0x09, 0x58, 0xdf, 0x66, 0x82,
0x4f, 0xef, 0x87, 0x22, 0x05, 0x2d, 0x37, 0x8a, 0x42, 0xaf, 0x52, 0x25, 0x8d, 0x5f, 0xa0, 0x74,
0x6b, 0xf1, 0x4e, 0xdb, 0x7f, 0xee, 0xf1, 0xcb, 0xb1, 0xbc, 0xba, 0xe7, 0x5f, 0x3f, 0xff, 0x13,
0x00, 0x00, 0xff, 0xff, 0x33, 0x6a, 0x70, 0x4a, 0x04, 0x03, 0x00, 0x00,
}