AlertNotificationCredentials

public class AlertNotificationCredentials

Contains the credentials for an Alert Notification service instance. You will typically receive an instance of this type through cloudEnv.getAlertNotificationCredentials(name: String).

Reference Alert Notification.

  • url

    The credentials URL associated with the Alert Notification service instance.

    Declaration

    Swift

    public let url: String
  • The credentials name associated with the Alert Notification service instance.

    Declaration

    Swift

    public let name: String
  • The credentials password associated with the Alert Notification service instance.

    Declaration

    Swift

    public let password: String
  • Initializes an instance of the Alert Notification service credentials.

    Declaration

    Swift

    public init(url: String, name: String, password: String)