Using getIamBlockedProperties
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 getIamBlockedProperties(args: GetIamBlockedPropertiesArgs, opts?: InvokeOptions): Promise<GetIamBlockedPropertiesResult>
function getIamBlockedPropertiesOutput(args: GetIamBlockedPropertiesOutputArgs, opts?: InvokeOptions): Output<GetIamBlockedPropertiesResult>def get_iam_blocked_properties(contract_id: Optional[str] = None,
group_id: Optional[int] = None,
ui_identity_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIamBlockedPropertiesResult
def get_iam_blocked_properties_output(contract_id: Optional[pulumi.Input[str]] = None,
group_id: Optional[pulumi.Input[int]] = None,
ui_identity_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIamBlockedPropertiesResult]func GetIamBlockedProperties(ctx *Context, args *GetIamBlockedPropertiesArgs, opts ...InvokeOption) (*GetIamBlockedPropertiesResult, error)
func GetIamBlockedPropertiesOutput(ctx *Context, args *GetIamBlockedPropertiesOutputArgs, opts ...InvokeOption) GetIamBlockedPropertiesResultOutput> Note: This function is named GetIamBlockedProperties in the Go SDK.
public static class GetIamBlockedProperties
{
public static Task<GetIamBlockedPropertiesResult> InvokeAsync(GetIamBlockedPropertiesArgs args, InvokeOptions? opts = null)
public static Output<GetIamBlockedPropertiesResult> Invoke(GetIamBlockedPropertiesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIamBlockedPropertiesResult> getIamBlockedProperties(GetIamBlockedPropertiesArgs args, InvokeOptions options)
public static Output<GetIamBlockedPropertiesResult> getIamBlockedProperties(GetIamBlockedPropertiesArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getIamBlockedProperties:getIamBlockedProperties
arguments:
# arguments dictionaryThe following arguments are supported:
- Contract
Id string - Group
Id int - Ui
Identity stringId
- Contract
Id string - Group
Id int - Ui
Identity stringId
- contract
Id String - group
Id Integer - ui
Identity StringId
- contract
Id string - group
Id number - ui
Identity stringId
- contract_
id str - group_
id int - ui_
identity_ strid
- contract
Id String - group
Id Number - ui
Identity StringId
getIamBlockedProperties Result
The following output properties are available:
- Blocked
Properties List<GetIam Blocked Properties Blocked Property> - Contract
Id string - Group
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Ui
Identity stringId
- Blocked
Properties []GetIam Blocked Properties Blocked Property - Contract
Id string - Group
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Ui
Identity stringId
- blocked
Properties List<GetIam Blocked Properties Blocked Property> - contract
Id String - group
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- ui
Identity StringId
- blocked
Properties GetIam Blocked Properties Blocked Property[] - contract
Id string - group
Id number - id string
- The provider-assigned unique ID for this managed resource.
- ui
Identity stringId
- blocked_
properties Sequence[GetIam Blocked Properties Blocked Property] - contract_
id str - group_
id int - id str
- The provider-assigned unique ID for this managed resource.
- ui_
identity_ strid
- blocked
Properties List<Property Map> - contract
Id String - group
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- ui
Identity StringId
Supporting Types
GetIamBlockedPropertiesBlockedProperty
- Asset
Id int - IAM's blocked property ID.
- Property
Id string - PAPI's blocked property ID.
- Asset
Id int - IAM's blocked property ID.
- Property
Id string - PAPI's blocked property ID.
- asset
Id Integer - IAM's blocked property ID.
- property
Id String - PAPI's blocked property ID.
- asset
Id number - IAM's blocked property ID.
- property
Id string - PAPI's blocked property ID.
- asset_
id int - IAM's blocked property ID.
- property_
id str - PAPI's blocked property ID.
- asset
Id Number - IAM's blocked property ID.
- property
Id String - PAPI's blocked property ID.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
