1. Packages
  2. Keycloak
  3. API Docs
  4. openid
  5. ClientTimePolicy
Keycloak v5.3.1 published on Monday, Mar 11, 2024 by Pulumi

keycloak.openid.ClientTimePolicy

Explore with Pulumi AI

keycloak logo
Keycloak v5.3.1 published on Monday, Mar 11, 2024 by Pulumi

    Create ClientTimePolicy Resource

    new ClientTimePolicy(name: string, args: ClientTimePolicyArgs, opts?: CustomResourceOptions);
    @overload
    def ClientTimePolicy(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         day_month: Optional[str] = None,
                         day_month_end: Optional[str] = None,
                         decision_strategy: Optional[str] = None,
                         description: Optional[str] = None,
                         hour: Optional[str] = None,
                         hour_end: Optional[str] = None,
                         logic: Optional[str] = None,
                         minute: Optional[str] = None,
                         minute_end: Optional[str] = None,
                         month: Optional[str] = None,
                         month_end: Optional[str] = None,
                         name: Optional[str] = None,
                         not_before: Optional[str] = None,
                         not_on_or_after: Optional[str] = None,
                         realm_id: Optional[str] = None,
                         resource_server_id: Optional[str] = None,
                         year: Optional[str] = None,
                         year_end: Optional[str] = None)
    @overload
    def ClientTimePolicy(resource_name: str,
                         args: ClientTimePolicyArgs,
                         opts: Optional[ResourceOptions] = None)
    func NewClientTimePolicy(ctx *Context, name string, args ClientTimePolicyArgs, opts ...ResourceOption) (*ClientTimePolicy, error)
    public ClientTimePolicy(string name, ClientTimePolicyArgs args, CustomResourceOptions? opts = null)
    public ClientTimePolicy(String name, ClientTimePolicyArgs args)
    public ClientTimePolicy(String name, ClientTimePolicyArgs args, CustomResourceOptions options)
    
    type: keycloak:openid:ClientTimePolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ClientTimePolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ClientTimePolicyArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ClientTimePolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ClientTimePolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ClientTimePolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ClientTimePolicy Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ClientTimePolicy resource accepts the following input properties:

    DecisionStrategy string
    RealmId string
    ResourceServerId string
    DayMonth string
    DayMonthEnd string
    Description string
    Hour string
    HourEnd string
    Logic string
    Minute string
    MinuteEnd string
    Month string
    MonthEnd string
    Name string
    NotBefore string
    NotOnOrAfter string
    Year string
    YearEnd string
    DecisionStrategy string
    RealmId string
    ResourceServerId string
    DayMonth string
    DayMonthEnd string
    Description string
    Hour string
    HourEnd string
    Logic string
    Minute string
    MinuteEnd string
    Month string
    MonthEnd string
    Name string
    NotBefore string
    NotOnOrAfter string
    Year string
    YearEnd string
    decisionStrategy String
    realmId String
    resourceServerId String
    dayMonth String
    dayMonthEnd String
    description String
    hour String
    hourEnd String
    logic String
    minute String
    minuteEnd String
    month String
    monthEnd String
    name String
    notBefore String
    notOnOrAfter String
    year String
    yearEnd String
    decisionStrategy string
    realmId string
    resourceServerId string
    dayMonth string
    dayMonthEnd string
    description string
    hour string
    hourEnd string
    logic string
    minute string
    minuteEnd string
    month string
    monthEnd string
    name string
    notBefore string
    notOnOrAfter string
    year string
    yearEnd string
    decisionStrategy String
    realmId String
    resourceServerId String
    dayMonth String
    dayMonthEnd String
    description String
    hour String
    hourEnd String
    logic String
    minute String
    minuteEnd String
    month String
    monthEnd String
    name String
    notBefore String
    notOnOrAfter String
    year String
    yearEnd String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ClientTimePolicy resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ClientTimePolicy Resource

    Get an existing ClientTimePolicy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ClientTimePolicyState, opts?: CustomResourceOptions): ClientTimePolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            day_month: Optional[str] = None,
            day_month_end: Optional[str] = None,
            decision_strategy: Optional[str] = None,
            description: Optional[str] = None,
            hour: Optional[str] = None,
            hour_end: Optional[str] = None,
            logic: Optional[str] = None,
            minute: Optional[str] = None,
            minute_end: Optional[str] = None,
            month: Optional[str] = None,
            month_end: Optional[str] = None,
            name: Optional[str] = None,
            not_before: Optional[str] = None,
            not_on_or_after: Optional[str] = None,
            realm_id: Optional[str] = None,
            resource_server_id: Optional[str] = None,
            year: Optional[str] = None,
            year_end: Optional[str] = None) -> ClientTimePolicy
    func GetClientTimePolicy(ctx *Context, name string, id IDInput, state *ClientTimePolicyState, opts ...ResourceOption) (*ClientTimePolicy, error)
    public static ClientTimePolicy Get(string name, Input<string> id, ClientTimePolicyState? state, CustomResourceOptions? opts = null)
    public static ClientTimePolicy get(String name, Output<String> id, ClientTimePolicyState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    DayMonth string
    DayMonthEnd string
    DecisionStrategy string
    Description string
    Hour string
    HourEnd string
    Logic string
    Minute string
    MinuteEnd string
    Month string
    MonthEnd string
    Name string
    NotBefore string
    NotOnOrAfter string
    RealmId string
    ResourceServerId string
    Year string
    YearEnd string
    DayMonth string
    DayMonthEnd string
    DecisionStrategy string
    Description string
    Hour string
    HourEnd string
    Logic string
    Minute string
    MinuteEnd string
    Month string
    MonthEnd string
    Name string
    NotBefore string
    NotOnOrAfter string
    RealmId string
    ResourceServerId string
    Year string
    YearEnd string
    dayMonth String
    dayMonthEnd String
    decisionStrategy String
    description String
    hour String
    hourEnd String
    logic String
    minute String
    minuteEnd String
    month String
    monthEnd String
    name String
    notBefore String
    notOnOrAfter String
    realmId String
    resourceServerId String
    year String
    yearEnd String
    dayMonth string
    dayMonthEnd string
    decisionStrategy string
    description string
    hour string
    hourEnd string
    logic string
    minute string
    minuteEnd string
    month string
    monthEnd string
    name string
    notBefore string
    notOnOrAfter string
    realmId string
    resourceServerId string
    year string
    yearEnd string
    dayMonth String
    dayMonthEnd String
    decisionStrategy String
    description String
    hour String
    hourEnd String
    logic String
    minute String
    minuteEnd String
    month String
    monthEnd String
    name String
    notBefore String
    notOnOrAfter String
    realmId String
    resourceServerId String
    year String
    yearEnd String

    Package Details

    Repository
    Keycloak pulumi/pulumi-keycloak
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the keycloak Terraform Provider.
    keycloak logo
    Keycloak v5.3.1 published on Monday, Mar 11, 2024 by Pulumi