| Name | Type | Description | Notes |
|---|---|---|---|
| allowed_email_domains | Array<String> | AllowedEmailDomains limits email sharing to these domains. By default all domains are allowed. | [optional] |
| default_share_link_ttl | Integer | [optional] | |
| enable | Boolean | [optional] |
require 'akeyless'
instance = Akeyless::SharingPolicyInfo.new(
allowed_email_domains: null,
default_share_link_ttl: null,
enable: null
)