Cloud Keys 2020 Python Edition

Questions / Feedback?

key_ring Property

Selects a key ring for the class to interact with.

Syntax

def get_key_ring() -> str: ...
def set_key_ring(value: str) -> None: ...

key_ring = property(get_key_ring, set_key_ring)

Default Value

""

Remarks

This property specifies the key ring, 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]