Sha256: 31ff2131a55914bdab344e99f18cb9e26371a3f6fa812b51b4c137f42341b8b4

Contents?: true

Size: 694 Bytes

Versions: 7

Compression:

Stored size: 694 Bytes

Contents

# ResourceProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | name of the resource | [optional] |
| **sec_auth_protection** | **Boolean** | Boolean value representing if the resource is multi factor protected or not e.g. using two factor protection. Currently only Data Centers and Snapshots are allowed to be multi factor protected, The value of attribute if null is intentional and it means that the resource doesn't support multi factor protection at all. | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::ResourceProperties.new(
  name: null,
  sec_auth_protection: true
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/ResourceProperties.md
ionoscloud-5.1.1 docs/models/ResourceProperties.md
ionoscloud-6.0.0.beta.3 docs/ResourceProperties.md
ionoscloud-5.1.0 docs/ResourceProperties.md
ionoscloud-6.0.0.beta.2 docs/ResourceProperties.md
ionoscloud-5.0.1 docs/ResourceProperties.md
ionoscloud-6.0.0.beta.1 docs/ResourceProperties.md