Class ClientTimePolicyArgs
Inheritance
System.Object
ClientTimePolicyArgs
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()
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class ClientTimePolicyArgs : ResourceArgs
Constructors
View Source
ClientTimePolicyArgs()
Declaration
public ClientTimePolicyArgs()
Properties
View Source
DayMonth
Declaration
public Input<string> DayMonth { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DayMonthEnd
Declaration
public Input<string> DayMonthEnd { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DecisionStrategy
Declaration
public Input<string> DecisionStrategy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Hour
Declaration
public Input<string> Hour { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
HourEnd
Declaration
public Input<string> HourEnd { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Logic
Declaration
public Input<string> Logic { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Minute
Declaration
public Input<string> Minute { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MinuteEnd
Declaration
public Input<string> MinuteEnd { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Month
Declaration
public Input<string> Month { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MonthEnd
Declaration
public Input<string> MonthEnd { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
NotBefore
Declaration
public Input<string> NotBefore { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
NotOnOrAfter
Declaration
public Input<string> NotOnOrAfter { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
RealmId
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ResourceServerId
Declaration
public Input<string> ResourceServerId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Year
Declaration
public Input<string> Year { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
YearEnd
Declaration
public Input<string> YearEnd { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|