1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dlp
  5. dlp/v2
  6. getStoredInfoType

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.dlp/v2.getStoredInfoType

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets a stored infoType. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.

Using getStoredInfoType

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getStoredInfoType(args: GetStoredInfoTypeArgs, opts?: InvokeOptions): Promise<GetStoredInfoTypeResult>
function getStoredInfoTypeOutput(args: GetStoredInfoTypeOutputArgs, opts?: InvokeOptions): Output<GetStoredInfoTypeResult>
Copy
def get_stored_info_type(location: Optional[str] = None,
                         project: Optional[str] = None,
                         stored_info_type_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetStoredInfoTypeResult
def get_stored_info_type_output(location: Optional[pulumi.Input[str]] = None,
                         project: Optional[pulumi.Input[str]] = None,
                         stored_info_type_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetStoredInfoTypeResult]
Copy
func LookupStoredInfoType(ctx *Context, args *LookupStoredInfoTypeArgs, opts ...InvokeOption) (*LookupStoredInfoTypeResult, error)
func LookupStoredInfoTypeOutput(ctx *Context, args *LookupStoredInfoTypeOutputArgs, opts ...InvokeOption) LookupStoredInfoTypeResultOutput
Copy

> Note: This function is named LookupStoredInfoType in the Go SDK.

public static class GetStoredInfoType 
{
    public static Task<GetStoredInfoTypeResult> InvokeAsync(GetStoredInfoTypeArgs args, InvokeOptions? opts = null)
    public static Output<GetStoredInfoTypeResult> Invoke(GetStoredInfoTypeInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetStoredInfoTypeResult> getStoredInfoType(GetStoredInfoTypeArgs args, InvokeOptions options)
public static Output<GetStoredInfoTypeResult> getStoredInfoType(GetStoredInfoTypeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:dlp/v2:getStoredInfoType
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Location This property is required. string
StoredInfoTypeId This property is required. string
Project string
Location This property is required. string
StoredInfoTypeId This property is required. string
Project string
location This property is required. String
storedInfoTypeId This property is required. String
project String
location This property is required. string
storedInfoTypeId This property is required. string
project string
location This property is required. str
stored_info_type_id This property is required. str
project str
location This property is required. String
storedInfoTypeId This property is required. String
project String

getStoredInfoType Result

The following output properties are available:

CurrentVersion Pulumi.GoogleNative.DLP.V2.Outputs.GooglePrivacyDlpV2StoredInfoTypeVersionResponse
Current version of the stored info type.
Name string
Resource name.
PendingVersions List<Pulumi.GoogleNative.DLP.V2.Outputs.GooglePrivacyDlpV2StoredInfoTypeVersionResponse>
Pending versions of the stored info type. Empty if no versions are pending.
CurrentVersion GooglePrivacyDlpV2StoredInfoTypeVersionResponse
Current version of the stored info type.
Name string
Resource name.
PendingVersions []GooglePrivacyDlpV2StoredInfoTypeVersionResponse
Pending versions of the stored info type. Empty if no versions are pending.
currentVersion GooglePrivacyDlpV2StoredInfoTypeVersionResponse
Current version of the stored info type.
name String
Resource name.
pendingVersions List<GooglePrivacyDlpV2StoredInfoTypeVersionResponse>
Pending versions of the stored info type. Empty if no versions are pending.
currentVersion GooglePrivacyDlpV2StoredInfoTypeVersionResponse
Current version of the stored info type.
name string
Resource name.
pendingVersions GooglePrivacyDlpV2StoredInfoTypeVersionResponse[]
Pending versions of the stored info type. Empty if no versions are pending.
current_version GooglePrivacyDlpV2StoredInfoTypeVersionResponse
Current version of the stored info type.
name str
Resource name.
pending_versions Sequence[GooglePrivacyDlpV2StoredInfoTypeVersionResponse]
Pending versions of the stored info type. Empty if no versions are pending.
currentVersion Property Map
Current version of the stored info type.
name String
Resource name.
pendingVersions List<Property Map>
Pending versions of the stored info type. Empty if no versions are pending.

Supporting Types

GooglePrivacyDlpV2BigQueryFieldResponse

Field This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2FieldIdResponse
Designated field in the BigQuery table.
Table This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2BigQueryTableResponse
Source table of the field.
Field This property is required. GooglePrivacyDlpV2FieldIdResponse
Designated field in the BigQuery table.
Table This property is required. GooglePrivacyDlpV2BigQueryTableResponse
Source table of the field.
field This property is required. GooglePrivacyDlpV2FieldIdResponse
Designated field in the BigQuery table.
table This property is required. GooglePrivacyDlpV2BigQueryTableResponse
Source table of the field.
field This property is required. GooglePrivacyDlpV2FieldIdResponse
Designated field in the BigQuery table.
table This property is required. GooglePrivacyDlpV2BigQueryTableResponse
Source table of the field.
field This property is required. GooglePrivacyDlpV2FieldIdResponse
Designated field in the BigQuery table.
table This property is required. GooglePrivacyDlpV2BigQueryTableResponse
Source table of the field.
field This property is required. Property Map
Designated field in the BigQuery table.
table This property is required. Property Map
Source table of the field.

GooglePrivacyDlpV2BigQueryTableResponse

DatasetId This property is required. string
Dataset ID of the table.
Project This property is required. string
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
TableId This property is required. string
Name of the table.
DatasetId This property is required. string
Dataset ID of the table.
Project This property is required. string
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
TableId This property is required. string
Name of the table.
datasetId This property is required. String
Dataset ID of the table.
project This property is required. String
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
tableId This property is required. String
Name of the table.
datasetId This property is required. string
Dataset ID of the table.
project This property is required. string
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
tableId This property is required. string
Name of the table.
dataset_id This property is required. str
Dataset ID of the table.
project This property is required. str
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
table_id This property is required. str
Name of the table.
datasetId This property is required. String
Dataset ID of the table.
project This property is required. String
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
tableId This property is required. String
Name of the table.

GooglePrivacyDlpV2CloudStorageFileSetResponse

Url This property is required. string
The url, in the format gs:///. Trailing wildcard in the path is allowed.
Url This property is required. string
The url, in the format gs:///. Trailing wildcard in the path is allowed.
url This property is required. String
The url, in the format gs:///. Trailing wildcard in the path is allowed.
url This property is required. string
The url, in the format gs:///. Trailing wildcard in the path is allowed.
url This property is required. str
The url, in the format gs:///. Trailing wildcard in the path is allowed.
url This property is required. String
The url, in the format gs:///. Trailing wildcard in the path is allowed.

GooglePrivacyDlpV2CloudStoragePathResponse

Path This property is required. string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
Path This property is required. string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
path This property is required. String
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
path This property is required. string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
path This property is required. str
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
path This property is required. String
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt

GooglePrivacyDlpV2DictionaryResponse

CloudStoragePath This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2CloudStoragePathResponse
Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
WordList This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2WordListResponse
List of words or phrases to search for.
CloudStoragePath This property is required. GooglePrivacyDlpV2CloudStoragePathResponse
Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
WordList This property is required. GooglePrivacyDlpV2WordListResponse
List of words or phrases to search for.
cloudStoragePath This property is required. GooglePrivacyDlpV2CloudStoragePathResponse
Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
wordList This property is required. GooglePrivacyDlpV2WordListResponse
List of words or phrases to search for.
cloudStoragePath This property is required. GooglePrivacyDlpV2CloudStoragePathResponse
Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
wordList This property is required. GooglePrivacyDlpV2WordListResponse
List of words or phrases to search for.
cloud_storage_path This property is required. GooglePrivacyDlpV2CloudStoragePathResponse
Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
word_list This property is required. GooglePrivacyDlpV2WordListResponse
List of words or phrases to search for.
cloudStoragePath This property is required. Property Map
Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
wordList This property is required. Property Map
List of words or phrases to search for.

GooglePrivacyDlpV2ErrorResponse

Details This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GoogleRpcStatusResponse
Detailed error codes and messages.
Timestamps This property is required. List<string>
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.
Details This property is required. GoogleRpcStatusResponse
Detailed error codes and messages.
Timestamps This property is required. []string
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.
details This property is required. GoogleRpcStatusResponse
Detailed error codes and messages.
timestamps This property is required. List<String>
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.
details This property is required. GoogleRpcStatusResponse
Detailed error codes and messages.
timestamps This property is required. string[]
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.
details This property is required. GoogleRpcStatusResponse
Detailed error codes and messages.
timestamps This property is required. Sequence[str]
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.
details This property is required. Property Map
Detailed error codes and messages.
timestamps This property is required. List<String>
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.

GooglePrivacyDlpV2FieldIdResponse

Name This property is required. string
Name describing the field.
Name This property is required. string
Name describing the field.
name This property is required. String
Name describing the field.
name This property is required. string
Name describing the field.
name This property is required. str
Name describing the field.
name This property is required. String
Name describing the field.

GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse

BigQueryField This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2BigQueryFieldResponse
Field in a BigQuery table where each cell represents a dictionary phrase.
CloudStorageFileSet This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2CloudStorageFileSetResponse
Set of files containing newline-delimited lists of dictionary phrases.
OutputPath This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2CloudStoragePathResponse
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
BigQueryField This property is required. GooglePrivacyDlpV2BigQueryFieldResponse
Field in a BigQuery table where each cell represents a dictionary phrase.
CloudStorageFileSet This property is required. GooglePrivacyDlpV2CloudStorageFileSetResponse
Set of files containing newline-delimited lists of dictionary phrases.
OutputPath This property is required. GooglePrivacyDlpV2CloudStoragePathResponse
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
bigQueryField This property is required. GooglePrivacyDlpV2BigQueryFieldResponse
Field in a BigQuery table where each cell represents a dictionary phrase.
cloudStorageFileSet This property is required. GooglePrivacyDlpV2CloudStorageFileSetResponse
Set of files containing newline-delimited lists of dictionary phrases.
outputPath This property is required. GooglePrivacyDlpV2CloudStoragePathResponse
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
bigQueryField This property is required. GooglePrivacyDlpV2BigQueryFieldResponse
Field in a BigQuery table where each cell represents a dictionary phrase.
cloudStorageFileSet This property is required. GooglePrivacyDlpV2CloudStorageFileSetResponse
Set of files containing newline-delimited lists of dictionary phrases.
outputPath This property is required. GooglePrivacyDlpV2CloudStoragePathResponse
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
big_query_field This property is required. GooglePrivacyDlpV2BigQueryFieldResponse
Field in a BigQuery table where each cell represents a dictionary phrase.
cloud_storage_file_set This property is required. GooglePrivacyDlpV2CloudStorageFileSetResponse
Set of files containing newline-delimited lists of dictionary phrases.
output_path This property is required. GooglePrivacyDlpV2CloudStoragePathResponse
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
bigQueryField This property is required. Property Map
Field in a BigQuery table where each cell represents a dictionary phrase.
cloudStorageFileSet This property is required. Property Map
Set of files containing newline-delimited lists of dictionary phrases.
outputPath This property is required. Property Map
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.

GooglePrivacyDlpV2LargeCustomDictionaryStatsResponse

ApproxNumPhrases This property is required. string
Approximate number of distinct phrases in the dictionary.
ApproxNumPhrases This property is required. string
Approximate number of distinct phrases in the dictionary.
approxNumPhrases This property is required. String
Approximate number of distinct phrases in the dictionary.
approxNumPhrases This property is required. string
Approximate number of distinct phrases in the dictionary.
approx_num_phrases This property is required. str
Approximate number of distinct phrases in the dictionary.
approxNumPhrases This property is required. String
Approximate number of distinct phrases in the dictionary.

GooglePrivacyDlpV2RegexResponse

GroupIndexes This property is required. List<int>
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
Pattern This property is required. string
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
GroupIndexes This property is required. []int
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
Pattern This property is required. string
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
groupIndexes This property is required. List<Integer>
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
pattern This property is required. String
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
groupIndexes This property is required. number[]
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
pattern This property is required. string
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
group_indexes This property is required. Sequence[int]
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
pattern This property is required. str
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
groupIndexes This property is required. List<Number>
The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
pattern This property is required. String
Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.

GooglePrivacyDlpV2StoredInfoTypeConfigResponse

Description This property is required. string
Description of the StoredInfoType (max 256 characters).
Dictionary This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2DictionaryResponse
Store dictionary-based CustomInfoType.
DisplayName This property is required. string
Display name of the StoredInfoType (max 256 characters).
LargeCustomDictionary This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse
StoredInfoType where findings are defined by a dictionary of phrases.
Regex This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2RegexResponse
Store regular expression-based StoredInfoType.
Description This property is required. string
Description of the StoredInfoType (max 256 characters).
Dictionary This property is required. GooglePrivacyDlpV2DictionaryResponse
Store dictionary-based CustomInfoType.
DisplayName This property is required. string
Display name of the StoredInfoType (max 256 characters).
LargeCustomDictionary This property is required. GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse
StoredInfoType where findings are defined by a dictionary of phrases.
Regex This property is required. GooglePrivacyDlpV2RegexResponse
Store regular expression-based StoredInfoType.
description This property is required. String
Description of the StoredInfoType (max 256 characters).
dictionary This property is required. GooglePrivacyDlpV2DictionaryResponse
Store dictionary-based CustomInfoType.
displayName This property is required. String
Display name of the StoredInfoType (max 256 characters).
largeCustomDictionary This property is required. GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse
StoredInfoType where findings are defined by a dictionary of phrases.
regex This property is required. GooglePrivacyDlpV2RegexResponse
Store regular expression-based StoredInfoType.
description This property is required. string
Description of the StoredInfoType (max 256 characters).
dictionary This property is required. GooglePrivacyDlpV2DictionaryResponse
Store dictionary-based CustomInfoType.
displayName This property is required. string
Display name of the StoredInfoType (max 256 characters).
largeCustomDictionary This property is required. GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse
StoredInfoType where findings are defined by a dictionary of phrases.
regex This property is required. GooglePrivacyDlpV2RegexResponse
Store regular expression-based StoredInfoType.
description This property is required. str
Description of the StoredInfoType (max 256 characters).
dictionary This property is required. GooglePrivacyDlpV2DictionaryResponse
Store dictionary-based CustomInfoType.
display_name This property is required. str
Display name of the StoredInfoType (max 256 characters).
large_custom_dictionary This property is required. GooglePrivacyDlpV2LargeCustomDictionaryConfigResponse
StoredInfoType where findings are defined by a dictionary of phrases.
regex This property is required. GooglePrivacyDlpV2RegexResponse
Store regular expression-based StoredInfoType.
description This property is required. String
Description of the StoredInfoType (max 256 characters).
dictionary This property is required. Property Map
Store dictionary-based CustomInfoType.
displayName This property is required. String
Display name of the StoredInfoType (max 256 characters).
largeCustomDictionary This property is required. Property Map
StoredInfoType where findings are defined by a dictionary of phrases.
regex This property is required. Property Map
Store regular expression-based StoredInfoType.

GooglePrivacyDlpV2StoredInfoTypeStatsResponse

LargeCustomDictionary This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2LargeCustomDictionaryStatsResponse
StoredInfoType where findings are defined by a dictionary of phrases.
LargeCustomDictionary This property is required. GooglePrivacyDlpV2LargeCustomDictionaryStatsResponse
StoredInfoType where findings are defined by a dictionary of phrases.
largeCustomDictionary This property is required. GooglePrivacyDlpV2LargeCustomDictionaryStatsResponse
StoredInfoType where findings are defined by a dictionary of phrases.
largeCustomDictionary This property is required. GooglePrivacyDlpV2LargeCustomDictionaryStatsResponse
StoredInfoType where findings are defined by a dictionary of phrases.
large_custom_dictionary This property is required. GooglePrivacyDlpV2LargeCustomDictionaryStatsResponse
StoredInfoType where findings are defined by a dictionary of phrases.
largeCustomDictionary This property is required. Property Map
StoredInfoType where findings are defined by a dictionary of phrases.

GooglePrivacyDlpV2StoredInfoTypeVersionResponse

Config This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2StoredInfoTypeConfigResponse
StoredInfoType configuration.
CreateTime This property is required. string
Create timestamp of the version. Read-only, determined by the system when the version is created.
Errors This property is required. List<Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2ErrorResponse>
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.
State This property is required. string
Stored info type version state. Read-only, updated by the system during dictionary creation.
Stats This property is required. Pulumi.GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2StoredInfoTypeStatsResponse
Statistics about this storedInfoType version.
Config This property is required. GooglePrivacyDlpV2StoredInfoTypeConfigResponse
StoredInfoType configuration.
CreateTime This property is required. string
Create timestamp of the version. Read-only, determined by the system when the version is created.
Errors This property is required. []GooglePrivacyDlpV2ErrorResponse
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.
State This property is required. string
Stored info type version state. Read-only, updated by the system during dictionary creation.
Stats This property is required. GooglePrivacyDlpV2StoredInfoTypeStatsResponse
Statistics about this storedInfoType version.
config This property is required. GooglePrivacyDlpV2StoredInfoTypeConfigResponse
StoredInfoType configuration.
createTime This property is required. String
Create timestamp of the version. Read-only, determined by the system when the version is created.
errors This property is required. List<GooglePrivacyDlpV2ErrorResponse>
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.
state This property is required. String
Stored info type version state. Read-only, updated by the system during dictionary creation.
stats This property is required. GooglePrivacyDlpV2StoredInfoTypeStatsResponse
Statistics about this storedInfoType version.
config This property is required. GooglePrivacyDlpV2StoredInfoTypeConfigResponse
StoredInfoType configuration.
createTime This property is required. string
Create timestamp of the version. Read-only, determined by the system when the version is created.
errors This property is required. GooglePrivacyDlpV2ErrorResponse[]
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.
state This property is required. string
Stored info type version state. Read-only, updated by the system during dictionary creation.
stats This property is required. GooglePrivacyDlpV2StoredInfoTypeStatsResponse
Statistics about this storedInfoType version.
config This property is required. GooglePrivacyDlpV2StoredInfoTypeConfigResponse
StoredInfoType configuration.
create_time This property is required. str
Create timestamp of the version. Read-only, determined by the system when the version is created.
errors This property is required. Sequence[GooglePrivacyDlpV2ErrorResponse]
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.
state This property is required. str
Stored info type version state. Read-only, updated by the system during dictionary creation.
stats This property is required. GooglePrivacyDlpV2StoredInfoTypeStatsResponse
Statistics about this storedInfoType version.
config This property is required. Property Map
StoredInfoType configuration.
createTime This property is required. String
Create timestamp of the version. Read-only, determined by the system when the version is created.
errors This property is required. List<Property Map>
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.
state This property is required. String
Stored info type version state. Read-only, updated by the system during dictionary creation.
stats This property is required. Property Map
Statistics about this storedInfoType version.

GooglePrivacyDlpV2WordListResponse

Words This property is required. List<string>
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
Words This property is required. []string
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
words This property is required. List<String>
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
words This property is required. string[]
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
words This property is required. Sequence[str]
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
words This property is required. List<String>
Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]

GoogleRpcStatusResponse

Code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
Details This property is required. List<ImmutableDictionary<string, string>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message This property is required. string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
Code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
Details This property is required. []map[string]string
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message This property is required. string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code This property is required. Integer
The status code, which should be an enum value of google.rpc.Code.
details This property is required. List<Map<String,String>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code This property is required. number
The status code, which should be an enum value of google.rpc.Code.
details This property is required. {[key: string]: string}[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
details This property is required. Sequence[Mapping[str, str]]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. str
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code This property is required. Number
The status code, which should be an enum value of google.rpc.Code.
details This property is required. List<Map<String>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi