Cloud Keys 2020 Python Edition

Questions / Feedback?

vault Property

Selects a vault for the class to interact with.

Syntax

def get_vault() -> str: ...
def set_vault(value: str) -> None: ...

vault = property(get_vault, set_vault)

Default Value

""

Remarks

This property specifies the Azure Key Vault vault, by name, that the class should interact with.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]