public static interface
Policy.Parameters
Policy.Parameters
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["This is an interface for the parameters required by a policy."],["Policy parameters are usually specified by clients of a policy when the policy is instantiated or invoked."],["Policy.Parameters is typically implemented by a class that provides specific parameters for a given policy."]]],["The core content defines a public static interface named `Policy.Parameters`. This interface likely serves as a blueprint for configuring or defining parameters related to a policy. It indicates a structure for holding settings or values that will influence how a certain policy is applied or enforced. The interface itself doesn't perform actions, but rather provides a standardized way to access or use policy related parameters.\n"]]