Class MappedSecretSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • source

        public MappedSecretSummary.Builder source​(String source)
        Source of the secrets, where the secrets are stored.
        Parameters:
        source - the value to set
        Returns:
        this builder
      • type

        public MappedSecretSummary.Builder type​(InspectionType type)
        Type of the secrets mapped based on the policy.

        SSL_INBOUND_INSPECTION: For Inbound inspection of SSL traffic. * SSL_FORWARD_PROXY: For forward proxy certificates for SSL inspection.

        Parameters:
        type - the value to set
        Returns:
        this builder
      • parentResourceId

        public MappedSecretSummary.Builder parentResourceId​(String parentResourceId)
        OCID of the Network Firewall Policy this mapped secret belongs to.
        Parameters:
        parentResourceId - the value to set
        Returns:
        this builder
      • description

        public MappedSecretSummary.Builder description​(String description)
        The description of the mapped secret.

        This field can be used to add additional info.

        Parameters:
        description - the value to set
        Returns:
        this builder