AccessMaterials

class oci.lockbox.models.AccessMaterials(**kwargs)

Bases: object

Access materials details.

Methods

__init__(**kwargs) Initializes a new AccessMaterials object with values from keyword arguments.

Attributes

details [Required] Gets the details of this AccessMaterials.
__init__(**kwargs)

Initializes a new AccessMaterials object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:details (dict(str, str)) – The value to assign to the details property of this AccessMaterials.
details

[Required] Gets the details of this AccessMaterials. The contents of the material. This is a map that contains the various fields needed for access.

Returns:The details of this AccessMaterials.
Return type:dict(str, str)