PolicyConfigurationIdentity returns a string representation of the reference, suitable for policy lookup. This MUST reflect user intent, not e.g. after processing of third-party redirects or aliases; The value SHOULD be fully explicit about its semantics, with no hidden defaults, AND canonical (i.e.
()
| 67 | // not required/guaranteed that it will be a valid input to Transport().ParseReference(). |
| 68 | // Returns "" if configuration identities for these references are not supported. |
| 69 | PolicyConfigurationIdentity() string |
| 70 | |
| 71 | // PolicyConfigurationNamespaces returns a list of other policy configuration namespaces to search |
| 72 | // for if explicit configuration for PolicyConfigurationIdentity() is not set. The list will be processed |
no outgoing calls