toggle menu
pulumi-cloudflare-kotlin
6.0.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
GetAccountPermissionGroupsResult
Get
Account
Permission
Groups
Result
data
class
GetAccountPermissionGroupsResult
(
val
id
:
String
,
val
meta
:
GetAccountPermissionGroupsResultMeta
,
val
name
:
String
)
Members
Constructors
Get
Account
Permission
Groups
Result
Link copied to clipboard
constructor
(
id
:
String
,
meta
:
GetAccountPermissionGroupsResultMeta
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
Identifier of the group.
meta
Link copied to clipboard
val
meta
:
GetAccountPermissionGroupsResultMeta
Attributes associated to the permission group.
name
Link copied to clipboard
val
name
:
String
Name of the group.