Class RuleIdpDiscoveryState
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.Policy
Assembly: Pulumi.Okta.dll
Syntax
public sealed class RuleIdpDiscoveryState : ResourceArgs
Constructors
View SourceRuleIdpDiscoveryState()
Declaration
public RuleIdpDiscoveryState()
Properties
View SourceAppExcludes
Applications to exclude in discovery rule
Declaration
public InputList<RuleIdpDiscoveryAppExcludeGetArgs> AppExcludes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RuleIdpDiscoveryAppExcludeGetArgs> |
AppIncludes
Applications to include in discovery rule
Declaration
public InputList<RuleIdpDiscoveryAppIncludeGetArgs> AppIncludes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RuleIdpDiscoveryAppIncludeGetArgs> |
IdpId
Declaration
public Input<string> IdpId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdpType
Declaration
public Input<string> IdpType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Policy Rule Name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkConnection
Network selection mode: "ANYWHERE", "ZONE", "ON_NETWORK", or "OFF_NETWORK".
Declaration
public Input<string> NetworkConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkExcludes
The network zones to exclude. Conflicts with network_includes.
Declaration
public InputList<string> NetworkExcludes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NetworkIncludes
The network zones to include. Conflicts with network_excludes.
Declaration
public InputList<string> NetworkIncludes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
PlatformIncludes
Declaration
public InputList<RuleIdpDiscoveryPlatformIncludeGetArgs> PlatformIncludes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RuleIdpDiscoveryPlatformIncludeGetArgs> |
Policyid
Policy ID.
Declaration
public Input<string> Policyid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
Policy Rule Priority, this attribute can be set to a valid priority. To avoid endless diff situation we error if an invalid priority is provided. API defaults it to the last/lowest if not there.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Status
Policy Rule Status: "ACTIVE" or "INACTIVE".
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserIdentifierAttribute
Declaration
public Input<string> UserIdentifierAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserIdentifierPatterns
Declaration
public InputList<RuleIdpDiscoveryUserIdentifierPatternGetArgs> UserIdentifierPatterns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RuleIdpDiscoveryUserIdentifierPatternGetArgs> |
UserIdentifierType
Declaration
public Input<string> UserIdentifierType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |