github.getDependabotPublicKey
Explore with Pulumi AI
Using getDependabotPublicKey
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 getDependabotPublicKey(args: GetDependabotPublicKeyArgs, opts?: InvokeOptions): Promise<GetDependabotPublicKeyResult>
function getDependabotPublicKeyOutput(args: GetDependabotPublicKeyOutputArgs, opts?: InvokeOptions): Output<GetDependabotPublicKeyResult>
def get_dependabot_public_key(repository: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDependabotPublicKeyResult
def get_dependabot_public_key_output(repository: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDependabotPublicKeyResult]
func GetDependabotPublicKey(ctx *Context, args *GetDependabotPublicKeyArgs, opts ...InvokeOption) (*GetDependabotPublicKeyResult, error)
func GetDependabotPublicKeyOutput(ctx *Context, args *GetDependabotPublicKeyOutputArgs, opts ...InvokeOption) GetDependabotPublicKeyResultOutput
> Note: This function is named GetDependabotPublicKey
in the Go SDK.
public static class GetDependabotPublicKey
{
public static Task<GetDependabotPublicKeyResult> InvokeAsync(GetDependabotPublicKeyArgs args, InvokeOptions? opts = null)
public static Output<GetDependabotPublicKeyResult> Invoke(GetDependabotPublicKeyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDependabotPublicKeyResult> getDependabotPublicKey(GetDependabotPublicKeyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: github:index/getDependabotPublicKey:getDependabotPublicKey
arguments:
# arguments dictionary
The following arguments are supported:
- Repository string
- Repository string
- repository String
- repository string
- repository str
- repository String
getDependabotPublicKey Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Key string
- Key
Id string - Repository string
- Id string
The provider-assigned unique ID for this managed resource.
- Key string
- Key
Id string - Repository string
- id String
The provider-assigned unique ID for this managed resource.
- key String
- key
Id String - repository String
- id string
The provider-assigned unique ID for this managed resource.
- key string
- key
Id string - repository string
- id str
The provider-assigned unique ID for this managed resource.
- key str
- key_
id str - repository str
- id String
The provider-assigned unique ID for this managed resource.
- key String
- key
Id String - repository String
Package Details
- Repository
- GitHub pulumi/pulumi-github
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
github
Terraform Provider.