Class ClientTimePolicy
Inheritance
System.Object
ClientTimePolicy
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 class ClientTimePolicy : CustomResource
Constructors
View Source
ClientTimePolicy(String, ClientTimePolicyArgs, CustomResourceOptions)
Create a ClientTimePolicy resource with the given unique name, arguments, and options.
Declaration
public ClientTimePolicy(string name, ClientTimePolicyArgs args, CustomResourceOptions options = null)
Parameters
| Type |
Name |
Description |
| System.String |
name |
The unique name of the resource
|
| ClientTimePolicyArgs |
args |
The arguments used to populate this resource's properties
|
| CustomResourceOptions |
options |
A bag of options that control this resource's behavior
|
Properties
View Source
DayMonth
Declaration
public Output<string> DayMonth { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
DayMonthEnd
Declaration
public Output<string> DayMonthEnd { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
DecisionStrategy
Declaration
public Output<string> DecisionStrategy { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Description
Declaration
public Output<string> Description { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Hour
Declaration
public Output<string> Hour { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
HourEnd
Declaration
public Output<string> HourEnd { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Logic
Declaration
public Output<string> Logic { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Minute
Declaration
public Output<string> Minute { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
MinuteEnd
Declaration
public Output<string> MinuteEnd { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Month
Declaration
public Output<string> Month { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
MonthEnd
Declaration
public Output<string> MonthEnd { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Name
Declaration
public Output<string> Name { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
NotBefore
Declaration
public Output<string> NotBefore { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
NotOnOrAfter
Declaration
public Output<string> NotOnOrAfter { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
RealmId
Declaration
public Output<string> RealmId { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
ResourceServerId
Declaration
public Output<string> ResourceServerId { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
Year
Declaration
public Output<string> Year { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
View Source
YearEnd
Declaration
public Output<string> YearEnd { get; }
Property Value
| Type |
Description |
| Output<System.String> |
|
Methods
View Source
Get an existing ClientTimePolicy resource's state with the given name, ID, and optional extra
properties used to qualify the lookup.
Declaration
public static ClientTimePolicy Get(string name, Input<string> id, ClientTimePolicyState state = null, CustomResourceOptions options = null)
Parameters
| Type |
Name |
Description |
| System.String |
name |
The unique name of the resulting resource.
|
| Input<System.String> |
id |
The unique provider ID of the resource to lookup.
|
| ClientTimePolicyState |
state |
Any extra arguments used during the lookup.
|
| CustomResourceOptions |
options |
A bag of options that control this resource's behavior
|
Returns