Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.essentialcontacts/v1.getFolderContact
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets a single contact.
Using getFolderContact
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 getFolderContact(args: GetFolderContactArgs, opts?: InvokeOptions): Promise<GetFolderContactResult>
function getFolderContactOutput(args: GetFolderContactOutputArgs, opts?: InvokeOptions): Output<GetFolderContactResult>def get_folder_contact(contact_id: Optional[str] = None,
                       folder_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetFolderContactResult
def get_folder_contact_output(contact_id: Optional[pulumi.Input[str]] = None,
                       folder_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetFolderContactResult]func LookupFolderContact(ctx *Context, args *LookupFolderContactArgs, opts ...InvokeOption) (*LookupFolderContactResult, error)
func LookupFolderContactOutput(ctx *Context, args *LookupFolderContactOutputArgs, opts ...InvokeOption) LookupFolderContactResultOutput> Note: This function is named LookupFolderContact in the Go SDK.
public static class GetFolderContact 
{
    public static Task<GetFolderContactResult> InvokeAsync(GetFolderContactArgs args, InvokeOptions? opts = null)
    public static Output<GetFolderContactResult> Invoke(GetFolderContactInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFolderContactResult> getFolderContact(GetFolderContactArgs args, InvokeOptions options)
public static Output<GetFolderContactResult> getFolderContact(GetFolderContactArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:essentialcontacts/v1:getFolderContact
  arguments:
    # arguments dictionaryThe following arguments are supported:
- contact_
id str - folder_
id str 
getFolderContact Result
The following output properties are available:
- Email string
 - The email address to send notifications to. The email address does not need to be a Google Account.
 - Language
Tag string - The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
 - Name string
 - The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
 - Notification
Category List<string>Subscriptions  - The categories of notifications that the contact will receive communications for.
 - Validate
Time string - The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
 - Validation
State string - The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
 
- Email string
 - The email address to send notifications to. The email address does not need to be a Google Account.
 - Language
Tag string - The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
 - Name string
 - The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
 - Notification
Category []stringSubscriptions  - The categories of notifications that the contact will receive communications for.
 - Validate
Time string - The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
 - Validation
State string - The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
 
- email String
 - The email address to send notifications to. The email address does not need to be a Google Account.
 - language
Tag String - The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
 - name String
 - The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
 - notification
Category List<String>Subscriptions  - The categories of notifications that the contact will receive communications for.
 - validate
Time String - The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
 - validation
State String - The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
 
- email string
 - The email address to send notifications to. The email address does not need to be a Google Account.
 - language
Tag string - The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
 - name string
 - The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
 - notification
Category string[]Subscriptions  - The categories of notifications that the contact will receive communications for.
 - validate
Time string - The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
 - validation
State string - The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
 
- email str
 - The email address to send notifications to. The email address does not need to be a Google Account.
 - language_
tag str - The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
 - name str
 - The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
 - notification_
category_ Sequence[str]subscriptions  - The categories of notifications that the contact will receive communications for.
 - validate_
time str - The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
 - validation_
state str - The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
 
- email String
 - The email address to send notifications to. The email address does not need to be a Google Account.
 - language
Tag String - The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
 - name String
 - The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
 - notification
Category List<String>Subscriptions  - The categories of notifications that the contact will receive communications for.
 - validate
Time String - The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
 - validation
State String - The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
 
Package Details
- Repository
 - Google Cloud Native pulumi/pulumi-google-native
 - License
 - Apache-2.0
 
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi