ResourceProperties
Last updated
Was this helpful?
| 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] |
require 'ionoscloud'
instance = Ionoscloud::ResourceProperties.new(
name: null,
sec_auth_protection: true
)Last updated
Was this helpful?
Was this helpful?