Class: Ansible::Ruby::Modules::Office_365_connector_card

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/notification/office_365_connector_card.rb

Overview

Creates Connector Card messages through Office 365 Connectors U(dev.outlook.com/Connectors)

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#actionsObject?

Returns This array of objects will power the action links,found at the bottom of the card.

Returns:

  • (Object, nil)

    This array of objects will power the action links,found at the bottom of the card.



33
# File 'lib/ansible/ruby/modules/generated/notification/office_365_connector_card.rb', line 33

attribute :actions

#colorString?

Returns Accent color used for branding or indicating status in the card.

Returns:

  • (String, nil)

    Accent color used for branding or indicating status in the card.



21
# File 'lib/ansible/ruby/modules/generated/notification/office_365_connector_card.rb', line 21

attribute :color

#sectionsArray<Hash>, ...

Returns Contains a list of sections to display in the card.,For more information see dev.outlook.com/Connectors/reference.

Returns:



36
# File 'lib/ansible/ruby/modules/generated/notification/office_365_connector_card.rb', line 36

attribute :sections

#summaryString?

Returns A string used for summarizing card content.,This will be shown as the message subject.,This is required if the text parameter isn’t populated.

Returns:

  • (String, nil)

    A string used for summarizing card content.,This will be shown as the message subject.,This is required if the text parameter isn’t populated.



17
# File 'lib/ansible/ruby/modules/generated/notification/office_365_connector_card.rb', line 17

attribute :summary

#textArray<String>, ...

Returns The main text of the card.,This will be rendered below the sender information and optional title,,and above any sections or actions present.

Returns:

  • (Array<String>, String, nil)

    The main text of the card.,This will be rendered below the sender information and optional title,,and above any sections or actions present.



29
# File 'lib/ansible/ruby/modules/generated/notification/office_365_connector_card.rb', line 29

attribute :text

#titleString?

Returns A title for the Connector message. Shown at the top of the message.

Returns:

  • (String, nil)

    A title for the Connector message. Shown at the top of the message.



25
# File 'lib/ansible/ruby/modules/generated/notification/office_365_connector_card.rb', line 25

attribute :title

#webhookString

Returns The webhook URL is given to you when you create a new Connector.

Returns:

  • (String)

    The webhook URL is given to you when you create a new Connector.



13
# File 'lib/ansible/ruby/modules/generated/notification/office_365_connector_card.rb', line 13

attribute :webhook