Documentation
¶
Overview ¶
nolint: lll
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zone ¶
type Zone struct { pulumi.CustomResourceState // Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode. DynamicLocations pulumi.StringArrayOutput `pulumi:"dynamicLocations"` // Array of values in CIDR/range form. Gateways pulumi.StringArrayOutput `pulumi:"gateways"` // Name of the Network Zone Resource. Name pulumi.StringOutput `pulumi:"name"` // Array of values in CIDR/range form. Proxies pulumi.StringArrayOutput `pulumi:"proxies"` // Type of the Network Zone - can either be IP or DYNAMIC only. Type pulumi.StringOutput `pulumi:"type"` }
Creates an Okta Network Zone.
This resource allows you to create and configure an Okta Network Zone.
> This content is derived from https://github.com/articulate/terraform-provider-okta/blob/master/website/docs/r/network_zone.html.markdown.
func GetZone ¶
func GetZone(ctx *pulumi.Context, name string, id pulumi.IDInput, state *ZoneState, opts ...pulumi.ResourceOption) (*Zone, error)
GetZone gets an existing Zone resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
type ZoneArgs ¶
type ZoneArgs struct { // Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode. DynamicLocations pulumi.StringArrayInput // Array of values in CIDR/range form. Gateways pulumi.StringArrayInput // Name of the Network Zone Resource. Name pulumi.StringPtrInput // Array of values in CIDR/range form. Proxies pulumi.StringArrayInput // Type of the Network Zone - can either be IP or DYNAMIC only. Type pulumi.StringInput }
The set of arguments for constructing a Zone resource.
func (ZoneArgs) ElementType ¶ added in v1.4.0
type ZoneState ¶
type ZoneState struct { // Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode. DynamicLocations pulumi.StringArrayInput // Array of values in CIDR/range form. Gateways pulumi.StringArrayInput // Name of the Network Zone Resource. Name pulumi.StringPtrInput // Array of values in CIDR/range form. Proxies pulumi.StringArrayInput // Type of the Network Zone - can either be IP or DYNAMIC only. Type pulumi.StringPtrInput }
func (ZoneState) ElementType ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.