Class GroupAssociationDetails
Groups using the configuration.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class GroupAssociationDetailsProperties
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. |