Documentation
¶
Index ¶
Constants ¶
View Source
const ( TierFree = "Free" TierStandard = "Standard" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contact ¶
type Contact struct { types.Metadata EnableAlertNotifications types.BoolValue Phone types.StringValue }
func (*Contact) GetMetadata ¶ added in v0.3.24
func (*Contact) GetRawValue ¶ added in v0.3.24
func (c *Contact) GetRawValue() interface{}
type SecurityCenter ¶
type SecurityCenter struct { types.Metadata Contacts []Contact Subscriptions []SubscriptionPricing }
func (*SecurityCenter) GetMetadata ¶ added in v0.3.24
func (s *SecurityCenter) GetMetadata() *types.Metadata
func (*SecurityCenter) GetRawValue ¶ added in v0.3.24
func (s *SecurityCenter) GetRawValue() interface{}
type SubscriptionPricing ¶
type SubscriptionPricing struct { types.Metadata Tier types.StringValue }
func (*SubscriptionPricing) GetMetadata ¶ added in v0.3.24
func (s *SubscriptionPricing) GetMetadata() *types.Metadata
func (*SubscriptionPricing) GetRawValue ¶ added in v0.3.24
func (s *SubscriptionPricing) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.