We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd40e4 commit 6af701fCopy full SHA for 6af701f
securitycenter/snippets_v2/snippets_create_client_v2.py
@@ -13,10 +13,10 @@
13
# limitations under the License.
14
15
"""Examples of working with clients for Security Command Center."""
16
+# [START securitycenter_set_client_endpoint_v2]
17
from typing import Dict
18
19
-# [START securitycenter_set_client_endpoint_v2]
20
def create_client_with_endpoint(api_endpoint) -> Dict:
21
"""
22
Creates Security Command Center clients for a regional endpoint and the default endpoint.
0 commit comments