- JSON representation
 - EditionConfig
 - Filter
 - CloudStorageLocations
 - CloudStorageBuckets
 - EffectiveIntelligenceConfig
 - EffectiveEdition
 - Stats
 - ProcessingState
 - TrialConfig
 
The IntelligenceConfig resource associated with your organization, folder, or project.
| JSON representation | 
|---|
{ "name": string, "editionConfig": enum (  | 
            
| Fields | |
|---|---|
name | 
              
                 
 Identifier. The name of the  The name format varies based on the GCP resource hierarchy as follows: 
  | 
            
editionConfig | 
              
                 
 Optional. The edition configuration of the   | 
            
updateTime | 
              
                 
 Output only. The time at which the  Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
            
filter | 
              
                 
 Optional. Filter over location and bucket.  | 
            
effectiveIntelligenceConfig | 
              
                 
 Output only. The   | 
            
trialConfig | 
              
                 
 The 30-day introductory trial configuration of the   | 
            
EditionConfig
The edition configuration of the IntelligenceConfig resource. This signifies the edition used for configuring the IntelligenceConfig resource and can only take the following values: EDITION_CONFIG_UNSPECIFIED, INHERIT, DISABLED, STANDARD and EVALUATE.
| Enums | |
|---|---|
EDITION_CONFIG_UNSPECIFIED | 
                This is an unknown edition of the resource. | 
INHERIT | 
                The edition configuration of the parent resource. This is the default edition when there is no IntelligenceConfig setup for a GCP resource. | 
              
DISABLED | 
                The edition configuration is disabled for the IntelligenceConfig resource and its children. Filters are not applicable. | 
              
STANDARD | 
                The IntelligenceConfig resource is of STANDARD edition. | 
              
TRIAL | 
                The IntelligenceConfig resource is available in TRIAL edition. | 
              
Filter
Filter over location and bucket using include or exclude semantics. Resources that match the include or exclude filter are exclusively included or excluded from the Storage Intelligence plan.
| JSON representation | 
|---|
{ // Union field  | 
              
| Fields | |
|---|---|
Union field cloud_storage_locations. Bucket locations to include or exclude. cloud_storage_locations can be only one of the following: | 
              |
includedCloudStorageLocations | 
                
                   
 Bucket locations to include.  | 
              
excludedCloudStorageLocations | 
                
                   
 Bucket locations to exclude.  | 
              
Union field cloud_storage_buckets. Buckets to include or exclude. cloud_storage_buckets can be only one of the following: | 
              |
includedCloudStorageBuckets | 
                
                   
 Buckets to include.  | 
              
excludedCloudStorageBuckets | 
                
                   
 Buckets to exclude.  | 
              
CloudStorageLocations
Collection of bucket locations.
| JSON representation | 
|---|
{ "locations": [ string ] }  | 
              
| Fields | |
|---|---|
locations[] | 
                
                   
 Optional. Bucket locations. Location can be any of the Cloud Storage regions specified in lower case format. For example,   | 
              
CloudStorageBuckets
Collection of buckets.
| JSON representation | 
|---|
{ "bucketIdRegexes": [ string ] }  | 
              
| Fields | |
|---|---|
bucketIdRegexes[] | 
                
                   
 Optional. A regex pattern for matching bucket names. Regex should follow the syntax specified in google/re2. For example,   | 
              
EffectiveIntelligenceConfig
The effective IntelligenceConfig for the resource.
| JSON representation | 
|---|
{
  "effectiveEdition": enum ( | 
              
| Fields | |
|---|---|
effectiveEdition | 
                
                   
 Output only. The   | 
              
intelligenceConfig | 
                
                   
 Output only. The   | 
              
EffectiveEdition
The effective edition of the IntelligenceConfig resource.
| Enums | |
|---|---|
EFFECTIVE_EDITION_UNSPECIFIED | 
                This is an unknown edition of the resource. | 
NONE | 
                No edition. | 
STANDARD | 
                The IntelligenceConfig resource is of STANDARD edition. | 
              
TrialConfig
The trial configuration of the IntelligenceConfig resource.
| JSON representation | 
|---|
{ "expireTime": string, }  | 
              
| Fields | |
|---|---|
expireTime | 
                
                   
 Output only. The time when the trial ends in RFC 3339 format. Example:   |