Sha256: 5e6c290bde319f620056b57a413bfb5b2babad50ce8ec4dd262b412c71fbd719
Contents?: true
Size: 699 Bytes
Versions: 5
Compression:
Stored size: 699 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
5 entries across 5 versions & 1 rubygems