Class PreventionInspectTemplateArgs


  • public final class PreventionInspectTemplateArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A description of the inspect template.
      • displayName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> displayName()
        Returns:
        User set display name of the inspect template.
      • parent

        public com.pulumi.core.Output<java.lang.String> parent()
        Returns:
        The parent of the inspect template in any of the following formats: * `projects/{{project}}` * `projects/{{project}}/locations/{{location}}` * `organizations/{{organization_id}}` * `organizations/{{organization_id}}/locations/{{location}}` ***
      • templateId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> templateId()
        Returns:
        The template 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.