Show / Hide Table of Contents

Class FunctionTargetSystemDetails

Details of the OCI function that vault secret connects to.

Inheritance
object
TargetSystemDetails
FunctionTargetSystemDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VaultService.Models
Assembly: OCI.DotNetSDK.Vault.dll
Syntax
public class FunctionTargetSystemDetails : TargetSystemDetails

Properties

FunctionId

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

The unique identifier (OCID) of the OCI Functions that vault secret connects to.

Remarks

Required

In this article
Back to top