GetAccessGroupsGroup

data class GetAccessGroupsGroup(val accessGroupName: String, val accessGroupType: String, val description: String, val id: String, val mountTargetCount: Int, val ruleCount: Int, val type: String)

Constructors

Link copied to clipboard
constructor(accessGroupName: String, accessGroupType: String, description: String, id: String, mountTargetCount: Int, ruleCount: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of access group.

Link copied to clipboard

Filter results by a specific AccessGroupType.

Link copied to clipboard

Filter results by a specific Description.

Link copied to clipboard
val id: String

This ID of this AccessGroup. It is formatted to `<access_group_id>:<file_system_type>`. Before version 1.95.0, the value is access_group_name.

Link copied to clipboard

MountTargetCount block of the AccessGroup

Link copied to clipboard

RuleCount of the AccessGroup.

Link copied to clipboard

Field type has been deprecated from version 1.95.0. Use access_group_type instead.