Class HookHeaderArgs
Inherited Members
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.Okta.Inline.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class HookHeaderArgs : ResourceArgs
Constructors
View SourceHookHeaderArgs()
Declaration
public HookHeaderArgs()
Properties
View SourceKey
Key to use for authentication, usually the header name, for example "Authorization".
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Authentication secret.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |