Show / Hide Table of Contents

Class GroupAssociationDetails

Groups using the configuration.

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

Properties

GroupList

Declaration
[JsonProperty(PropertyName = "groupList")]
public List<string> GroupList { get; set; }
Property Value
Type Description
List<string>

list of group/dynamic group ids associated with this configuration.

In this article
Back to top