Show / Hide Table of Contents

Class UpdateGovernanceInstanceConfigurationDetails

The details of a tenancy-wide configuration for GovernanceInstances to be updated.

Inheritance
object
UpdateGovernanceInstanceConfigurationDetails
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 UpdateGovernanceInstanceConfigurationDetails

Properties

SenderInfo

Declaration
[JsonProperty(PropertyName = "senderInfo")]
public UpdateSenderConfig SenderInfo { get; set; }
Property Value
Type Description
UpdateSenderConfig
In this article
Back to top