Struct google_dlp2::GooglePrivacyDlpV2CreateStoredInfoTypeRequest[][src]

pub struct GooglePrivacyDlpV2CreateStoredInfoTypeRequest {
    pub stored_info_type_id: Option<String>,
    pub config: Option<GooglePrivacyDlpV2StoredInfoTypeConfig>,
}

Request message for CreateStoredInfoType.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The storedInfoType ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\\d-]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.

Configuration of the storedInfoType to create.

Trait Implementations

Auto Trait Implementations