Class OriginArgs
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.TrustedOrigin
Assembly: Pulumi.Okta.dll
Syntax
public sealed class OriginArgs : ResourceArgs
Constructors
View SourceOriginArgs()
Declaration
public OriginArgs()
Properties
View SourceActive
Whether the Trusted Origin is active or not - can only be issued post-creation.
Declaration
public Input<bool> Active { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Name of the Trusted Origin Resource.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OriginName
The origin to trust.
Declaration
public Input<string> OriginName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scopes
Scopes of the Trusted Origin - can be "CORS" and/or "REDIRECT".
Declaration
public InputList<string> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |