Show / Hide Table of Contents

Class AccessMaterials

Access materials details.

Inheritance
object
AccessMaterials
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LockboxService.Models
Assembly: OCI.DotNetSDK.Lockbox.dll
Syntax
public class AccessMaterials

Properties

Details

Declaration
[Required(ErrorMessage = "Details is required.")]
[JsonProperty(PropertyName = "details")]
public Dictionary<string, string> Details { get; set; }
Property Value
Type Description
Dictionary<string, string>

The contents of the material. This is a map that contains the various fields needed for access.

Remarks

Required

In this article
Back to top