Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 564 Bytes

File metadata and controls

22 lines (16 loc) · 564 Bytes

Akeyless::SharingPolicyInfo

Properties

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]

Example

require 'akeyless'

instance = Akeyless::SharingPolicyInfo.new(
  allowed_email_domains: null,
  default_share_link_ttl: null,
  enable: null
)