# GroupProperties

## Properties

\| **access\_activity\_log** | **Boolean** | Activity log access privilege. | \[optional] |

\| **access\_and\_manage\_certificates** | **Boolean** | Privilege for a group to access and manage certificates. | \[optional] |

\| **access\_and\_manage\_dns** | **Boolean** | Privilege for a group to access and manage dns records. | \[optional] |

\| **access\_and\_manage\_monitoring** | **Boolean** | Privilege for a group to access and manage monitoring related functionality (access metrics, CRUD on alarms, alarm-actions etc) using Monotoring-as-a-Service (MaaS). | \[optional] |

\| **create\_backup\_unit** | **Boolean** | Create backup unit privilege. | \[optional] |

\| **create\_data\_center** | **Boolean** | Create data center privilege. | \[optional] |

\| **create\_flow\_log** | **Boolean** | Create Flow Logs privilege. | \[optional] |

\| **create\_internet\_access** | **Boolean** | Create internet access privilege. | \[optional] |

\| **create\_k8s\_cluster** | **Boolean** | Create Kubernetes cluster privilege. | \[optional] |

\| **create\_pcc** | **Boolean** | Create pcc privilege. | \[optional] |

\| **create\_snapshot** | **Boolean** | Create snapshot privilege. | \[optional] |

\| **manage\_d\_baa\_s** | **Boolean** | Privilege for a group to manage DBaaS related functionality. | \[optional] |

\| **manage\_dataplatform** | **Boolean** | Privilege for a group to access and manage the Data Platform. | \[optional] |

\| **manage\_registry** | **Boolean** | Privilege for group accessing container registry related functionality. | \[optional] |

\| **name** | **String** | The name of the resource. | \[optional] |

\| **reserve\_ip** | **Boolean** | Reserve IP block privilege. | \[optional] |

\| **s3\_privilege** | **Boolean** | S3 privilege. | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::GroupProperties.new(
  access_activity_log: null,

  access_and_manage_certificates: null,

  access_and_manage_dns: null,

  access_and_manage_monitoring: null,

  create_backup_unit: null,

  create_data_center: null,

  create_flow_log: null,

  create_internet_access: null,

  create_k8s_cluster: null,

  create_pcc: null,

  create_snapshot: null,

  manage_d_baa_s: null,

  manage_dataplatform: null,

  manage_registry: null,

  name: My resource,

  reserve_ip: null,

  s3_privilege: null
)
```
