akeyless.GatewayDefaults
Explore with Pulumi AI
Defaults settings
Create GatewayDefaults Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayDefaults(name: string, args?: GatewayDefaultsArgs, opts?: CustomResourceOptions);
@overload
def GatewayDefaults(resource_name: str,
args: Optional[GatewayDefaultsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayDefaults(resource_name: str,
opts: Optional[ResourceOptions] = None,
cert_access_id: Optional[str] = None,
event_on_status_change: Optional[str] = None,
gateway_defaults_id: Optional[str] = None,
key: Optional[str] = None,
oidc_access_id: Optional[str] = None,
saml_access_id: Optional[str] = None)
func NewGatewayDefaults(ctx *Context, name string, args *GatewayDefaultsArgs, opts ...ResourceOption) (*GatewayDefaults, error)
public GatewayDefaults(string name, GatewayDefaultsArgs? args = null, CustomResourceOptions? opts = null)
public GatewayDefaults(String name, GatewayDefaultsArgs args)
public GatewayDefaults(String name, GatewayDefaultsArgs args, CustomResourceOptions options)
type: akeyless:GatewayDefaults
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GatewayDefaultsArgs
- 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 GatewayDefaultsArgs
- 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 GatewayDefaultsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayDefaultsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayDefaultsArgs
- 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 gatewayDefaultsResource = new Akeyless.GatewayDefaults("gatewayDefaultsResource", new()
{
CertAccessId = "string",
EventOnStatusChange = "string",
GatewayDefaultsId = "string",
Key = "string",
OidcAccessId = "string",
SamlAccessId = "string",
});
example, err := akeyless.NewGatewayDefaults(ctx, "gatewayDefaultsResource", &akeyless.GatewayDefaultsArgs{
CertAccessId: pulumi.String("string"),
EventOnStatusChange: pulumi.String("string"),
GatewayDefaultsId: pulumi.String("string"),
Key: pulumi.String("string"),
OidcAccessId: pulumi.String("string"),
SamlAccessId: pulumi.String("string"),
})
var gatewayDefaultsResource = new GatewayDefaults("gatewayDefaultsResource", GatewayDefaultsArgs.builder()
.certAccessId("string")
.eventOnStatusChange("string")
.gatewayDefaultsId("string")
.key("string")
.oidcAccessId("string")
.samlAccessId("string")
.build());
gateway_defaults_resource = akeyless.GatewayDefaults("gatewayDefaultsResource",
cert_access_id="string",
event_on_status_change="string",
gateway_defaults_id="string",
key="string",
oidc_access_id="string",
saml_access_id="string")
const gatewayDefaultsResource = new akeyless.GatewayDefaults("gatewayDefaultsResource", {
certAccessId: "string",
eventOnStatusChange: "string",
gatewayDefaultsId: "string",
key: "string",
oidcAccessId: "string",
samlAccessId: "string",
});
type: akeyless:GatewayDefaults
properties:
certAccessId: string
eventOnStatusChange: string
gatewayDefaultsId: string
key: string
oidcAccessId: string
samlAccessId: string
GatewayDefaults 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 GatewayDefaults resource accepts the following input properties:
- Cert
Access stringId - Default Certificate access-id for UI login
- Event
On stringStatus Change - Trigger an event when Gateway status is changed [true/false]
- Gateway
Defaults stringId - The ID of this resource.
- Key string
- The name of the gateway default encryption key
- Oidc
Access stringId - Default OIDC access-id for UI login
- Saml
Access stringId - Default SAML access-id for UI login
- Cert
Access stringId - Default Certificate access-id for UI login
- Event
On stringStatus Change - Trigger an event when Gateway status is changed [true/false]
- Gateway
Defaults stringId - The ID of this resource.
- Key string
- The name of the gateway default encryption key
- Oidc
Access stringId - Default OIDC access-id for UI login
- Saml
Access stringId - Default SAML access-id for UI login
- cert
Access StringId - Default Certificate access-id for UI login
- event
On StringStatus Change - Trigger an event when Gateway status is changed [true/false]
- gateway
Defaults StringId - The ID of this resource.
- key String
- The name of the gateway default encryption key
- oidc
Access StringId - Default OIDC access-id for UI login
- saml
Access StringId - Default SAML access-id for UI login
- cert
Access stringId - Default Certificate access-id for UI login
- event
On stringStatus Change - Trigger an event when Gateway status is changed [true/false]
- gateway
Defaults stringId - The ID of this resource.
- key string
- The name of the gateway default encryption key
- oidc
Access stringId - Default OIDC access-id for UI login
- saml
Access stringId - Default SAML access-id for UI login
- cert_
access_ strid - Default Certificate access-id for UI login
- event_
on_ strstatus_ change - Trigger an event when Gateway status is changed [true/false]
- gateway_
defaults_ strid - The ID of this resource.
- key str
- The name of the gateway default encryption key
- oidc_
access_ strid - Default OIDC access-id for UI login
- saml_
access_ strid - Default SAML access-id for UI login
- cert
Access StringId - Default Certificate access-id for UI login
- event
On StringStatus Change - Trigger an event when Gateway status is changed [true/false]
- gateway
Defaults StringId - The ID of this resource.
- key String
- The name of the gateway default encryption key
- oidc
Access StringId - Default OIDC access-id for UI login
- saml
Access StringId - Default SAML access-id for UI login
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayDefaults 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 GatewayDefaults Resource
Get an existing GatewayDefaults 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?: GatewayDefaultsState, opts?: CustomResourceOptions): GatewayDefaults
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cert_access_id: Optional[str] = None,
event_on_status_change: Optional[str] = None,
gateway_defaults_id: Optional[str] = None,
key: Optional[str] = None,
oidc_access_id: Optional[str] = None,
saml_access_id: Optional[str] = None) -> GatewayDefaults
func GetGatewayDefaults(ctx *Context, name string, id IDInput, state *GatewayDefaultsState, opts ...ResourceOption) (*GatewayDefaults, error)
public static GatewayDefaults Get(string name, Input<string> id, GatewayDefaultsState? state, CustomResourceOptions? opts = null)
public static GatewayDefaults get(String name, Output<String> id, GatewayDefaultsState state, CustomResourceOptions options)
resources: _: type: akeyless:GatewayDefaults get: id: ${id}
- 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.
- Cert
Access stringId - Default Certificate access-id for UI login
- Event
On stringStatus Change - Trigger an event when Gateway status is changed [true/false]
- Gateway
Defaults stringId - The ID of this resource.
- Key string
- The name of the gateway default encryption key
- Oidc
Access stringId - Default OIDC access-id for UI login
- Saml
Access stringId - Default SAML access-id for UI login
- Cert
Access stringId - Default Certificate access-id for UI login
- Event
On stringStatus Change - Trigger an event when Gateway status is changed [true/false]
- Gateway
Defaults stringId - The ID of this resource.
- Key string
- The name of the gateway default encryption key
- Oidc
Access stringId - Default OIDC access-id for UI login
- Saml
Access stringId - Default SAML access-id for UI login
- cert
Access StringId - Default Certificate access-id for UI login
- event
On StringStatus Change - Trigger an event when Gateway status is changed [true/false]
- gateway
Defaults StringId - The ID of this resource.
- key String
- The name of the gateway default encryption key
- oidc
Access StringId - Default OIDC access-id for UI login
- saml
Access StringId - Default SAML access-id for UI login
- cert
Access stringId - Default Certificate access-id for UI login
- event
On stringStatus Change - Trigger an event when Gateway status is changed [true/false]
- gateway
Defaults stringId - The ID of this resource.
- key string
- The name of the gateway default encryption key
- oidc
Access stringId - Default OIDC access-id for UI login
- saml
Access stringId - Default SAML access-id for UI login
- cert_
access_ strid - Default Certificate access-id for UI login
- event_
on_ strstatus_ change - Trigger an event when Gateway status is changed [true/false]
- gateway_
defaults_ strid - The ID of this resource.
- key str
- The name of the gateway default encryption key
- oidc_
access_ strid - Default OIDC access-id for UI login
- saml_
access_ strid - Default SAML access-id for UI login
- cert
Access StringId - Default Certificate access-id for UI login
- event
On StringStatus Change - Trigger an event when Gateway status is changed [true/false]
- gateway
Defaults StringId - The ID of this resource.
- key String
- The name of the gateway default encryption key
- oidc
Access StringId - Default OIDC access-id for UI login
- saml
Access StringId - Default SAML access-id for UI login
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.