Sha256: 64b4cee3a8429ced518741d8e312f9f7502c6c3bc865841ede683e465053ae90

Contents?: true

Size: 703 Bytes

Versions: 1

Compression:

Stored size: 703 Bytes

Contents

# ResourceProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **name** | **String** | The 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

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/ResourceProperties.md