konnect 2.11.0 published on Friday, Jun 27, 2025 by kong
konnect.getRealm
Explore with Pulumi AI
Using getRealm
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRealm(opts?: InvokeOptions): Promise<GetRealmResult>
function getRealmOutput(opts?: InvokeOptions): Output<GetRealmResult>
def get_realm(opts: Optional[InvokeOptions] = None) -> GetRealmResult
def get_realm_output(opts: Optional[InvokeOptions] = None) -> Output[GetRealmResult]
func LookupRealm(ctx *Context, opts ...InvokeOption) (*LookupRealmResult, error)
func LookupRealmOutput(ctx *Context, opts ...InvokeOption) LookupRealmResultOutput
> Note: This function is named LookupRealm
in the Go SDK.
public static class GetRealm
{
public static Task<GetRealmResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetRealmResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetRealmResult> getRealm(InvokeOptions options)
public static Output<GetRealmResult> getRealm(InvokeOptions options)
fn::invoke:
function: konnect:index/getRealm:getRealm
arguments:
# arguments dictionary
getRealm Result
The following output properties are available:
- Allow
All boolControl Planes - Allowed
Control List<string>Planes - Consumer
Groups List<string> - Created
At string - Id string
- Name string
- Negative
Ttl double - Ttl double
- Updated
At string
- Allow
All boolControl Planes - Allowed
Control []stringPlanes - Consumer
Groups []string - Created
At string - Id string
- Name string
- Negative
Ttl float64 - Ttl float64
- Updated
At string
- allow
All BooleanControl Planes - allowed
Control List<String>Planes - consumer
Groups List<String> - created
At String - id String
- name String
- negative
Ttl Double - ttl Double
- updated
At String
- allow
All booleanControl Planes - allowed
Control string[]Planes - consumer
Groups string[] - created
At string - id string
- name string
- negative
Ttl number - ttl number
- updated
At string
- allow_
all_ boolcontrol_ planes - allowed_
control_ Sequence[str]planes - consumer_
groups Sequence[str] - created_
at str - id str
- name str
- negative_
ttl float - ttl float
- updated_
at str
- allow
All BooleanControl Planes - allowed
Control List<String>Planes - consumer
Groups List<String> - created
At String - id String
- name String
- negative
Ttl Number - ttl Number
- updated
At String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.