1. Packages
  2. Akamai
  3. API Docs
  4. getIamCidrBlocks
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getIamCidrBlocks

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    Using getIamCidrBlocks

    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 getIamCidrBlocks(opts?: InvokeOptions): Promise<GetIamCidrBlocksResult>
    function getIamCidrBlocksOutput(opts?: InvokeOptions): Output<GetIamCidrBlocksResult>
    def get_iam_cidr_blocks(opts: Optional[InvokeOptions] = None) -> GetIamCidrBlocksResult
    def get_iam_cidr_blocks_output(opts: Optional[InvokeOptions] = None) -> Output[GetIamCidrBlocksResult]
    func GetIamCidrBlocks(ctx *Context, opts ...InvokeOption) (*GetIamCidrBlocksResult, error)
    func GetIamCidrBlocksOutput(ctx *Context, opts ...InvokeOption) GetIamCidrBlocksResultOutput

    > Note: This function is named GetIamCidrBlocks in the Go SDK.

    public static class GetIamCidrBlocks 
    {
        public static Task<GetIamCidrBlocksResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetIamCidrBlocksResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIamCidrBlocksResult> getIamCidrBlocks(InvokeOptions options)
    public static Output<GetIamCidrBlocksResult> getIamCidrBlocks(InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getIamCidrBlocks:getIamCidrBlocks
      arguments:
        # arguments dictionary

    getIamCidrBlocks Result

    The following output properties are available:

    CidrBlocks List<GetIamCidrBlocksCidrBlock>
    Id string
    The provider-assigned unique ID for this managed resource.
    CidrBlocks []GetIamCidrBlocksCidrBlock
    Id string
    The provider-assigned unique ID for this managed resource.
    cidrBlocks List<GetIamCidrBlocksCidrBlock>
    id String
    The provider-assigned unique ID for this managed resource.
    cidrBlocks GetIamCidrBlocksCidrBlock[]
    id string
    The provider-assigned unique ID for this managed resource.
    cidr_blocks Sequence[GetIamCidrBlocksCidrBlock]
    id str
    The provider-assigned unique ID for this managed resource.
    cidrBlocks List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetIamCidrBlocksCidrBlock

    Actions GetIamCidrBlocksCidrBlockActions
    Specifies activities available for the CIDR block.
    CidrBlock string
    The value of an IP address or IP address range.
    CidrBlockId int
    Unique identifier for each CIDR block.
    Comments string
    Descriptive label you provide for the CIDR block.
    CreatedBy string
    The user who created the CIDR block.
    CreatedDate string
    ISO 8601 timestamp indicating when the CIDR block was created.
    Enabled bool
    Whether the CIDR block is enabled.
    ModifiedBy string
    The user who last edited the CIDR block.
    ModifiedDate string
    ISO 8601 timestamp indicating when the CIDR block was last modified.
    Actions GetIamCidrBlocksCidrBlockActions
    Specifies activities available for the CIDR block.
    CidrBlock string
    The value of an IP address or IP address range.
    CidrBlockId int
    Unique identifier for each CIDR block.
    Comments string
    Descriptive label you provide for the CIDR block.
    CreatedBy string
    The user who created the CIDR block.
    CreatedDate string
    ISO 8601 timestamp indicating when the CIDR block was created.
    Enabled bool
    Whether the CIDR block is enabled.
    ModifiedBy string
    The user who last edited the CIDR block.
    ModifiedDate string
    ISO 8601 timestamp indicating when the CIDR block was last modified.
    actions GetIamCidrBlocksCidrBlockActions
    Specifies activities available for the CIDR block.
    cidrBlock String
    The value of an IP address or IP address range.
    cidrBlockId Integer
    Unique identifier for each CIDR block.
    comments String
    Descriptive label you provide for the CIDR block.
    createdBy String
    The user who created the CIDR block.
    createdDate String
    ISO 8601 timestamp indicating when the CIDR block was created.
    enabled Boolean
    Whether the CIDR block is enabled.
    modifiedBy String
    The user who last edited the CIDR block.
    modifiedDate String
    ISO 8601 timestamp indicating when the CIDR block was last modified.
    actions GetIamCidrBlocksCidrBlockActions
    Specifies activities available for the CIDR block.
    cidrBlock string
    The value of an IP address or IP address range.
    cidrBlockId number
    Unique identifier for each CIDR block.
    comments string
    Descriptive label you provide for the CIDR block.
    createdBy string
    The user who created the CIDR block.
    createdDate string
    ISO 8601 timestamp indicating when the CIDR block was created.
    enabled boolean
    Whether the CIDR block is enabled.
    modifiedBy string
    The user who last edited the CIDR block.
    modifiedDate string
    ISO 8601 timestamp indicating when the CIDR block was last modified.
    actions GetIamCidrBlocksCidrBlockActions
    Specifies activities available for the CIDR block.
    cidr_block str
    The value of an IP address or IP address range.
    cidr_block_id int
    Unique identifier for each CIDR block.
    comments str
    Descriptive label you provide for the CIDR block.
    created_by str
    The user who created the CIDR block.
    created_date str
    ISO 8601 timestamp indicating when the CIDR block was created.
    enabled bool
    Whether the CIDR block is enabled.
    modified_by str
    The user who last edited the CIDR block.
    modified_date str
    ISO 8601 timestamp indicating when the CIDR block was last modified.
    actions Property Map
    Specifies activities available for the CIDR block.
    cidrBlock String
    The value of an IP address or IP address range.
    cidrBlockId Number
    Unique identifier for each CIDR block.
    comments String
    Descriptive label you provide for the CIDR block.
    createdBy String
    The user who created the CIDR block.
    createdDate String
    ISO 8601 timestamp indicating when the CIDR block was created.
    enabled Boolean
    Whether the CIDR block is enabled.
    modifiedBy String
    The user who last edited the CIDR block.
    modifiedDate String
    ISO 8601 timestamp indicating when the CIDR block was last modified.

    GetIamCidrBlocksCidrBlockActions

    Delete bool
    Whether you can delete this CIDR block.
    Edit bool
    Whether you can edit this CIDR block.
    Delete bool
    Whether you can delete this CIDR block.
    Edit bool
    Whether you can edit this CIDR block.
    delete Boolean
    Whether you can delete this CIDR block.
    edit Boolean
    Whether you can edit this CIDR block.
    delete boolean
    Whether you can delete this CIDR block.
    edit boolean
    Whether you can edit this CIDR block.
    delete bool
    Whether you can delete this CIDR block.
    edit bool
    Whether you can edit this CIDR block.
    delete Boolean
    Whether you can delete this CIDR block.
    edit Boolean
    Whether you can edit this CIDR block.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi