Class ExtensionState
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ExtensionState
Inherited Members
Pulumi.ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Pagerduty
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ExtensionState : ResourceArgs
Constructors
View SourceExtensionState()
Declaration
public ExtensionState()
Properties
View SourceConfig
The configuration of the service extension as string containing plain JSON-encoded data.
Declaration
public Input<string> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
EndpointUrl
The url of the extension.
Note: The endpoint URL is Optional API wise in most cases. But in some cases it is a Required parameter. For example, pagerduty..getExtensionSchema named Generic V2 Webhook doesn't accept pagerduty..Extension with no endpoint_url, but one with named Slack accepts.
Declaration
public Input<string> EndpointUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
ExtensionObjects
This is the objects for which the extension applies (An array of service ids).
Declaration
public InputList<string> ExtensionObjects { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<System.String> |
ExtensionSchema
This is the schema for this extension.
Declaration
public Input<string> ExtensionSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
HtmlUrl
URL at which the entity is uniquely displayed in the Web app
Declaration
public Input<string> HtmlUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Name
The name of the service extension.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |