CollectionPolicyResourceDirectoryArgs

data class CollectionPolicyResourceDirectoryArgs(val accountGroupType: Output<String>? = null, val members: Output<List<String>>? = null) : ConvertibleToJava<CollectionPolicyResourceDirectoryArgs>

Constructors

Link copied to clipboard
constructor(accountGroupType: Output<String>? = null, members: Output<List<String>>? = null)

Properties

Link copied to clipboard
val accountGroupType: Output<String>? = null

Support all mode all and custom mode custom under this resource directory

Link copied to clipboard
val members: Output<List<String>>? = null

When the resource directory is configured in the custom mode, the corresponding member account list

Functions

Link copied to clipboard
open override fun toJava(): CollectionPolicyResourceDirectoryArgs