Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLP-1479: made DLP ContextAwareness a pointer #1510

Merged
merged 2 commits into from Mar 4, 2024

Commits on Mar 1, 2024

  1. DLP-1479: made ContextAwareness a pointer

    This is to allow for easier optionality checks with == nil
    
    The parent context_awareness property is optional, if it is defined
    then all of the children are required.
    
    https://developers.cloudflare.com/api/operations/dlp-profiles-update-predefined-profile
    
    Signed-off-by: Matt Davis <mattdavis@cloudflare.com>
    MattDavis00 committed Mar 1, 2024
    Copy the full SHA
    c0ad945 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. remove extra comments

    jacobbednarz committed Mar 4, 2024
    Copy the full SHA
    350bc11 View commit details
    Browse the repository at this point in the history