Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dlp/v2.getStoredInfoType
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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>
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]
func LookupStoredInfoType(ctx *Context, args *LookupStoredInfoTypeArgs, opts ...InvokeOption) (*LookupStoredInfoTypeResult, error)
func LookupStoredInfoTypeOutput(ctx *Context, args *LookupStoredInfoTypeOutputArgs, opts ...InvokeOption) LookupStoredInfoTypeResultOutput
> 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)
}
public static CompletableFuture<GetStoredInfoTypeResult> getStoredInfoType(GetStoredInfoTypeArgs args, InvokeOptions options)
public static Output<GetStoredInfoTypeResult> getStoredInfoType(GetStoredInfoTypeArgs args, InvokeOptions options)
fn::invoke:
function: google-native:dlp/v2:getStoredInfoType
arguments:
# arguments dictionary
The following arguments are supported:
- Location
This property is required. string - Stored
Info Type Id This property is required. string - Project string
- Location
This property is required. string - Stored
Info Type Id This property is required. string - Project string
- location
This property is required. String - stored
Info Type Id This property is required. String - project String
- location
This property is required. string - stored
Info Type Id 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 - stored
Info Type Id This property is required. String - project String
getStoredInfoType Result
The following output properties are available:
- Current
Version Pulumi.Google Native. DLP. V2. Outputs. Google Privacy Dlp V2Stored Info Type Version Response - Current version of the stored info type.
- Name string
- Resource name.
- Pending
Versions List<Pulumi.Google Native. DLP. V2. Outputs. Google Privacy Dlp V2Stored Info Type Version Response> - Pending versions of the stored info type. Empty if no versions are pending.
- Current
Version GooglePrivacy Dlp V2Stored Info Type Version Response - Current version of the stored info type.
- Name string
- Resource name.
- Pending
Versions []GooglePrivacy Dlp V2Stored Info Type Version Response - Pending versions of the stored info type. Empty if no versions are pending.
- current
Version GooglePrivacy Dlp V2Stored Info Type Version Response - Current version of the stored info type.
- name String
- Resource name.
- pending
Versions List<GooglePrivacy Dlp V2Stored Info Type Version Response> - Pending versions of the stored info type. Empty if no versions are pending.
- current
Version GooglePrivacy Dlp V2Stored Info Type Version Response - Current version of the stored info type.
- name string
- Resource name.
- pending
Versions GooglePrivacy Dlp V2Stored Info Type Version Response[] - Pending versions of the stored info type. Empty if no versions are pending.
- current_
version GooglePrivacy Dlp V2Stored Info Type Version Response - Current version of the stored info type.
- name str
- Resource name.
- pending_
versions Sequence[GooglePrivacy Dlp V2Stored Info Type Version Response] - Pending versions of the stored info type. Empty if no versions are pending.
- current
Version Property Map - Current version of the stored info type.
- name String
- Resource name.
- pending
Versions 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.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response - Designated field in the BigQuery table.
- Table
This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Big Query Table Response - Source table of the field.
- Field
This property is required. GooglePrivacy Dlp V2Field Id Response - Designated field in the BigQuery table.
- Table
This property is required. GooglePrivacy Dlp V2Big Query Table Response - Source table of the field.
- field
This property is required. GooglePrivacy Dlp V2Field Id Response - Designated field in the BigQuery table.
- table
This property is required. GooglePrivacy Dlp V2Big Query Table Response - Source table of the field.
- field
This property is required. GooglePrivacy Dlp V2Field Id Response - Designated field in the BigQuery table.
- table
This property is required. GooglePrivacy Dlp V2Big Query Table Response - Source table of the field.
- field
This property is required. GooglePrivacy Dlp V2Field Id Response - Designated field in the BigQuery table.
- table
This property is required. GooglePrivacy Dlp V2Big Query Table Response - 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
- 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.
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
- Cloud
Storage Path This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Word List Response - List of words or phrases to search for.
- Cloud
Storage Path This property is required. GooglePrivacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List This property is required. GooglePrivacy Dlp V2Word List Response - List of words or phrases to search for.
- cloud
Storage Path This property is required. GooglePrivacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List This property is required. GooglePrivacy Dlp V2Word List Response - List of words or phrases to search for.
- cloud
Storage Path This property is required. GooglePrivacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List This property is required. GooglePrivacy Dlp V2Word List Response - List of words or phrases to search for.
- cloud_
storage_ path This property is required. GooglePrivacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word_
list This property is required. GooglePrivacy Dlp V2Word List Response - List of words or phrases to search for.
- cloud
Storage Path This property is required. Property Map - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List This property is required. Property Map - List of words or phrases to search for.
GooglePrivacyDlpV2ErrorResponse
- Details
This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Rpc Status Response - 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. GoogleRpc Status Response - 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. GoogleRpc Status Response - 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. GoogleRpc Status Response - 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. GoogleRpc Status Response - 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
- Big
Query Field This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Big Query Field Response - Field in a BigQuery table where each cell represents a dictionary phrase.
- Cloud
Storage File Set This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage File Set Response - Set of files containing newline-delimited lists of dictionary phrases.
- Output
Path This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage Path Response - 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. GooglePrivacy Dlp V2Big Query Field Response - Field in a BigQuery table where each cell represents a dictionary phrase.
- Cloud
Storage File Set This property is required. GooglePrivacy Dlp V2Cloud Storage File Set Response - Set of files containing newline-delimited lists of dictionary phrases.
- Output
Path This property is required. GooglePrivacy Dlp V2Cloud Storage Path Response - 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. GooglePrivacy Dlp V2Big Query Field Response - Field in a BigQuery table where each cell represents a dictionary phrase.
- cloud
Storage File Set This property is required. GooglePrivacy Dlp V2Cloud Storage File Set Response - Set of files containing newline-delimited lists of dictionary phrases.
- output
Path This property is required. GooglePrivacy Dlp V2Cloud Storage Path Response - 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. GooglePrivacy Dlp V2Big Query Field Response - Field in a BigQuery table where each cell represents a dictionary phrase.
- cloud
Storage File Set This property is required. GooglePrivacy Dlp V2Cloud Storage File Set Response - Set of files containing newline-delimited lists of dictionary phrases.
- output
Path This property is required. GooglePrivacy Dlp V2Cloud Storage Path Response - 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. GooglePrivacy Dlp V2Big Query Field Response - Field in a BigQuery table where each cell represents a dictionary phrase.
- cloud_
storage_ file_ set This property is required. GooglePrivacy Dlp V2Cloud Storage File Set Response - Set of files containing newline-delimited lists of dictionary phrases.
- output_
path This property is required. GooglePrivacy Dlp V2Cloud Storage Path Response - 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. Property Map - Field in a BigQuery table where each cell represents a dictionary phrase.
- cloud
Storage File Set This property is required. Property Map - Set of files containing newline-delimited lists of dictionary phrases.
- output
Path 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
- Approx
Num Phrases This property is required. string - Approximate number of distinct phrases in the dictionary.
- Approx
Num Phrases This property is required. string - Approximate number of distinct phrases in the dictionary.
- approx
Num Phrases This property is required. String - Approximate number of distinct phrases in the dictionary.
- approx
Num Phrases 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.
- approx
Num Phrases This property is required. String - Approximate number of distinct phrases in the dictionary.
GooglePrivacyDlpV2RegexResponse
- Group
Indexes 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.
- Group
Indexes 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.
- group
Indexes 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.
- group
Indexes 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.
- group
Indexes 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.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary Response - Store dictionary-based CustomInfoType.
- Display
Name This property is required. string - Display name of the StoredInfoType (max 256 characters).
- Large
Custom Dictionary This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Large Custom Dictionary Config Response - StoredInfoType where findings are defined by a dictionary of phrases.
- Regex
This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response - Store regular expression-based StoredInfoType.
- Description
This property is required. string - Description of the StoredInfoType (max 256 characters).
- Dictionary
This property is required. GooglePrivacy Dlp V2Dictionary Response - Store dictionary-based CustomInfoType.
- Display
Name This property is required. string - Display name of the StoredInfoType (max 256 characters).
- Large
Custom Dictionary This property is required. GooglePrivacy Dlp V2Large Custom Dictionary Config Response - StoredInfoType where findings are defined by a dictionary of phrases.
- Regex
This property is required. GooglePrivacy Dlp V2Regex Response - Store regular expression-based StoredInfoType.
- description
This property is required. String - Description of the StoredInfoType (max 256 characters).
- dictionary
This property is required. GooglePrivacy Dlp V2Dictionary Response - Store dictionary-based CustomInfoType.
- display
Name This property is required. String - Display name of the StoredInfoType (max 256 characters).
- large
Custom Dictionary This property is required. GooglePrivacy Dlp V2Large Custom Dictionary Config Response - StoredInfoType where findings are defined by a dictionary of phrases.
- regex
This property is required. GooglePrivacy Dlp V2Regex Response - Store regular expression-based StoredInfoType.
- description
This property is required. string - Description of the StoredInfoType (max 256 characters).
- dictionary
This property is required. GooglePrivacy Dlp V2Dictionary Response - Store dictionary-based CustomInfoType.
- display
Name This property is required. string - Display name of the StoredInfoType (max 256 characters).
- large
Custom Dictionary This property is required. GooglePrivacy Dlp V2Large Custom Dictionary Config Response - StoredInfoType where findings are defined by a dictionary of phrases.
- regex
This property is required. GooglePrivacy Dlp V2Regex Response - Store regular expression-based StoredInfoType.
- description
This property is required. str - Description of the StoredInfoType (max 256 characters).
- dictionary
This property is required. GooglePrivacy Dlp V2Dictionary Response - 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. GooglePrivacy Dlp V2Large Custom Dictionary Config Response - StoredInfoType where findings are defined by a dictionary of phrases.
- regex
This property is required. GooglePrivacy Dlp V2Regex Response - 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.
- display
Name This property is required. String - Display name of the StoredInfoType (max 256 characters).
- large
Custom Dictionary 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
- Large
Custom Dictionary This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Large Custom Dictionary Stats Response - StoredInfoType where findings are defined by a dictionary of phrases.
- Large
Custom Dictionary This property is required. GooglePrivacy Dlp V2Large Custom Dictionary Stats Response - StoredInfoType where findings are defined by a dictionary of phrases.
- large
Custom Dictionary This property is required. GooglePrivacy Dlp V2Large Custom Dictionary Stats Response - StoredInfoType where findings are defined by a dictionary of phrases.
- large
Custom Dictionary This property is required. GooglePrivacy Dlp V2Large Custom Dictionary Stats Response - StoredInfoType where findings are defined by a dictionary of phrases.
- large_
custom_ dictionary This property is required. GooglePrivacy Dlp V2Large Custom Dictionary Stats Response - StoredInfoType where findings are defined by a dictionary of phrases.
- large
Custom Dictionary This property is required. Property Map - StoredInfoType where findings are defined by a dictionary of phrases.
GooglePrivacyDlpV2StoredInfoTypeVersionResponse
- Config
This property is required. Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Stored Info Type Config Response - StoredInfoType configuration.
- Create
Time 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.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Error Response> - 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.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Stored Info Type Stats Response - Statistics about this storedInfoType version.
- Config
This property is required. GooglePrivacy Dlp V2Stored Info Type Config Response - StoredInfoType configuration.
- Create
Time 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. []GooglePrivacy Dlp V2Error Response - 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. GooglePrivacy Dlp V2Stored Info Type Stats Response - Statistics about this storedInfoType version.
- config
This property is required. GooglePrivacy Dlp V2Stored Info Type Config Response - StoredInfoType configuration.
- create
Time 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<GooglePrivacy Dlp V2Error Response> - 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. GooglePrivacy Dlp V2Stored Info Type Stats Response - Statistics about this storedInfoType version.
- config
This property is required. GooglePrivacy Dlp V2Stored Info Type Config Response - StoredInfoType configuration.
- create
Time 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. GooglePrivacy Dlp V2Error Response[] - 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. GooglePrivacy Dlp V2Stored Info Type Stats Response - Statistics about this storedInfoType version.
- config
This property is required. GooglePrivacy Dlp V2Stored Info Type Config Response - 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[GooglePrivacy Dlp V2Error Response] - 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. GooglePrivacy Dlp V2Stored Info Type Stats Response - Statistics about this storedInfoType version.
- config
This property is required. Property Map - StoredInfoType configuration.
- create
Time 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.