Show / Hide Table of Contents

Class CreateMacsecKey

Defines the secret OCIDs held in Vault that represent the MACsec key.

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

Properties

ConnectivityAssociationKeySecretId

Declaration
[Required(ErrorMessage = "ConnectivityAssociationKeySecretId is required.")]
[JsonProperty(PropertyName = "connectivityAssociationKeySecretId")]
public string ConnectivityAssociationKeySecretId { get; set; }
Property Value
Type Description
string

Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
NOTE: Only the latest secret version will be used.

Remarks

Required

ConnectivityAssociationNameSecretId

Declaration
[Required(ErrorMessage = "ConnectivityAssociationNameSecretId is required.")]
[JsonProperty(PropertyName = "connectivityAssociationNameSecretId")]
public string ConnectivityAssociationNameSecretId { get; set; }
Property Value
Type Description
string

Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
NOTE: Only the latest secret version will be used.

Remarks

Required

In this article
Back to top