Get Access Groups Result
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)
Properties
Link copied to clipboard
(Available in 1.95.0+) The name of the AccessGroup.
Link copied to clipboard
(Available in 1.95.0+) The type of the AccessGroup.
Link copied to clipboard
Description of the AccessGroup.
Link copied to clipboard
Link copied to clipboard
A list of AccessGroups. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard