GetAccessGroupsResult

data class GetAccessGroupsResult(val accessGroupName: String? = null, val accessGroupType: String? = null, val description: String? = null, val fileSystemType: String? = null, val groups: List<GetAccessGroupsGroup>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val type: String? = null, val useutcDateTime: Boolean? = null)

A collection of values returned by getAccessGroups.

Constructors

Link copied to clipboard
constructor(accessGroupName: String? = null, accessGroupType: String? = null, description: String? = null, fileSystemType: String? = null, groups: List<GetAccessGroupsGroup>, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, type: String? = null, useutcDateTime: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessGroupName: String? = null

(Available in 1.95.0+) The name of the AccessGroup.

Link copied to clipboard
val accessGroupType: String? = null

(Available in 1.95.0+) The type of the AccessGroup.

Link copied to clipboard
val description: String? = null

Description of the AccessGroup.

Link copied to clipboard
val fileSystemType: String? = null
Link copied to clipboard

A list of AccessGroups. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of AccessGroup IDs, the value is set to names. After version 1.95.0 the item value as <access_group_id>:<file_system_type>.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of AccessGroup names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val type: String? = null

(Deprecated in v1.95.0+) AccessGroupType of the AccessGroup. The Field replace by access_group_type after version 1.95.0.

Link copied to clipboard
val useutcDateTime: Boolean? = null