Show / Hide Table of Contents

Class GovernanceInstanceConfiguration

The tenancy-wide configuration for GovernanceInstances.

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

Properties

SenderInfo

Declaration
[Required(ErrorMessage = "SenderInfo is required.")]
[JsonProperty(PropertyName = "senderInfo")]
public SenderConfig SenderInfo { get; set; }
Property Value
Type Description
SenderConfig
Remarks

Required

In this article
Back to top