keycloak.openid.ClientJsPolicy
Explore with Pulumi AI
Create ClientJsPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ClientJsPolicy(name: string, args: ClientJsPolicyArgs, opts?: CustomResourceOptions);
@overload
def ClientJsPolicy(resource_name: str,
args: ClientJsPolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ClientJsPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
code: Optional[str] = None,
decision_strategy: Optional[str] = None,
realm_id: Optional[str] = None,
resource_server_id: Optional[str] = None,
description: Optional[str] = None,
logic: Optional[str] = None,
name: Optional[str] = None,
type: Optional[str] = None)
func NewClientJsPolicy(ctx *Context, name string, args ClientJsPolicyArgs, opts ...ResourceOption) (*ClientJsPolicy, error)
public ClientJsPolicy(string name, ClientJsPolicyArgs args, CustomResourceOptions? opts = null)
public ClientJsPolicy(String name, ClientJsPolicyArgs args)
public ClientJsPolicy(String name, ClientJsPolicyArgs args, CustomResourceOptions options)
type: keycloak:openid:ClientJsPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ClientJsPolicyArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ClientJsPolicyArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ClientJsPolicyArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ClientJsPolicyArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ClientJsPolicyArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var clientJsPolicyResource = new Keycloak.OpenId.ClientJsPolicy("clientJsPolicyResource", new()
{
Code = "string",
DecisionStrategy = "string",
RealmId = "string",
ResourceServerId = "string",
Description = "string",
Logic = "string",
Name = "string",
Type = "string",
});
example, err := openid.NewClientJsPolicy(ctx, "clientJsPolicyResource", &openid.ClientJsPolicyArgs{
Code: pulumi.String("string"),
DecisionStrategy: pulumi.String("string"),
RealmId: pulumi.String("string"),
ResourceServerId: pulumi.String("string"),
Description: pulumi.String("string"),
Logic: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
})
var clientJsPolicyResource = new ClientJsPolicy("clientJsPolicyResource", ClientJsPolicyArgs.builder()
.code("string")
.decisionStrategy("string")
.realmId("string")
.resourceServerId("string")
.description("string")
.logic("string")
.name("string")
.type("string")
.build());
client_js_policy_resource = keycloak.openid.ClientJsPolicy("clientJsPolicyResource",
code="string",
decision_strategy="string",
realm_id="string",
resource_server_id="string",
description="string",
logic="string",
name="string",
type="string")
const clientJsPolicyResource = new keycloak.openid.ClientJsPolicy("clientJsPolicyResource", {
code: "string",
decisionStrategy: "string",
realmId: "string",
resourceServerId: "string",
description: "string",
logic: "string",
name: "string",
type: "string",
});
type: keycloak:openid:ClientJsPolicy
properties:
code: string
decisionStrategy: string
description: string
logic: string
name: string
realmId: string
resourceServerId: string
type: string
ClientJsPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ClientJsPolicy resource accepts the following input properties:
- Code
This property is required. string - Decision
Strategy This property is required. string - Realm
Id This property is required. string - Resource
Server Id This property is required. string - Description string
- Logic string
- Name string
- Type string
- Code
This property is required. string - Decision
Strategy This property is required. string - Realm
Id This property is required. string - Resource
Server Id This property is required. string - Description string
- Logic string
- Name string
- Type string
- code
This property is required. String - decision
Strategy This property is required. String - realm
Id This property is required. String - resource
Server Id This property is required. String - description String
- logic String
- name String
- type String
- code
This property is required. string - decision
Strategy This property is required. string - realm
Id This property is required. string - resource
Server Id This property is required. string - description string
- logic string
- name string
- type string
- code
This property is required. str - decision_
strategy This property is required. str - realm_
id This property is required. str - resource_
server_ id This property is required. str - description str
- logic str
- name str
- type str
- code
This property is required. String - decision
Strategy This property is required. String - realm
Id This property is required. String - resource
Server Id This property is required. String - description String
- logic String
- name String
- type String
Outputs
All input properties are implicitly available as output properties. Additionally, the ClientJsPolicy 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 ClientJsPolicy Resource
Get an existing ClientJsPolicy 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?: ClientJsPolicyState, opts?: CustomResourceOptions): ClientJsPolicy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
code: Optional[str] = None,
decision_strategy: Optional[str] = None,
description: Optional[str] = None,
logic: Optional[str] = None,
name: Optional[str] = None,
realm_id: Optional[str] = None,
resource_server_id: Optional[str] = None,
type: Optional[str] = None) -> ClientJsPolicy
func GetClientJsPolicy(ctx *Context, name string, id IDInput, state *ClientJsPolicyState, opts ...ResourceOption) (*ClientJsPolicy, error)
public static ClientJsPolicy Get(string name, Input<string> id, ClientJsPolicyState? state, CustomResourceOptions? opts = null)
public static ClientJsPolicy get(String name, Output<String> id, ClientJsPolicyState state, CustomResourceOptions options)
resources: _: type: keycloak:openid:ClientJsPolicy get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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.
- Code string
- Decision
Strategy string - Description string
- Logic string
- Name string
- Realm
Id string - Resource
Server stringId - Type string
- Code string
- Decision
Strategy string - Description string
- Logic string
- Name string
- Realm
Id string - Resource
Server stringId - Type string
- code String
- decision
Strategy String - description String
- logic String
- name String
- realm
Id String - resource
Server StringId - type String
- code string
- decision
Strategy string - description string
- logic string
- name string
- realm
Id string - resource
Server stringId - type string
- code str
- decision_
strategy str - description str
- logic str
- name str
- realm_
id str - resource_
server_ strid - type str
- code String
- decision
Strategy String - description String
- logic String
- name String
- realm
Id String - resource
Server StringId - type String
Package Details
- Repository
- Keycloak pulumi/pulumi-keycloak
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
keycloak
Terraform Provider.