Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 758 Bytes

ApiObjectRef.md

File metadata and controls

15 lines (11 loc) · 758 Bytes

ApiObjectRef

ObjectRef contains identifying information about an object.

Properties

Name Type Description Notes
kind str Kind represents the type of the API object. [optional]
name str Name of the object, unique within a Namespace for scoped objects. [optional]
namespace str Namespace of the object, for scoped objects. [optional]
tenant str Tenant of the object. [optional]
uri str URI is a link to accessing the referenced object. [optional]

[Back to Model list] [Back to API list] [Back to README]