Uses of Class
com.azure.resourcemanager.devhub.models.GitHubWorkflowProfileOidcCredentials
Package
Description
Package containing the inner data models for DeveloperHubServiceClient.
Package containing the data models for DeveloperHubServiceClient.
-
Uses of GitHubWorkflowProfileOidcCredentials in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionGitHubWorkflowProfile.oidcCredentials()
Get the oidcCredentials property: The fields needed for OIDC with GitHub.WorkflowInner.oidcCredentials()
Get the oidcCredentials property: The fields needed for OIDC with GitHub.WorkflowProperties.oidcCredentials()
Get the oidcCredentials property: The fields needed for OIDC with GitHub.Modifier and TypeMethodDescriptionGitHubWorkflowProfile.withOidcCredentials
(GitHubWorkflowProfileOidcCredentials oidcCredentials) Set the oidcCredentials property: The fields needed for OIDC with GitHub.WorkflowInner.withOidcCredentials
(GitHubWorkflowProfileOidcCredentials oidcCredentials) Set the oidcCredentials property: The fields needed for OIDC with GitHub.WorkflowProperties.withOidcCredentials
(GitHubWorkflowProfileOidcCredentials oidcCredentials) Set the oidcCredentials property: The fields needed for OIDC with GitHub. -
Uses of GitHubWorkflowProfileOidcCredentials in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionWorkflow.oidcCredentials()
Gets the oidcCredentials property: The fields needed for OIDC with GitHub.GitHubWorkflowProfileOidcCredentials.withAzureClientId
(String azureClientId) Set the azureClientId property: Azure Application Client ID.GitHubWorkflowProfileOidcCredentials.withAzureTenantId
(String azureTenantId) Set the azureTenantId property: Azure Directory (tenant) ID.Modifier and TypeMethodDescriptionWorkflow.DefinitionStages.WithOidcCredentials.withOidcCredentials
(GitHubWorkflowProfileOidcCredentials oidcCredentials) Specifies the oidcCredentials property: The fields needed for OIDC with GitHub..