This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.datashare.getInvitation
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Get an invitation in a share Azure REST API version: 2021-08-01.
Using getInvitation
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 getInvitation(args: GetInvitationArgs, opts?: InvokeOptions): Promise<GetInvitationResult>
function getInvitationOutput(args: GetInvitationOutputArgs, opts?: InvokeOptions): Output<GetInvitationResult>
def get_invitation(account_name: Optional[str] = None,
invitation_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
share_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInvitationResult
def get_invitation_output(account_name: Optional[pulumi.Input[str]] = None,
invitation_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
share_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInvitationResult]
func LookupInvitation(ctx *Context, args *LookupInvitationArgs, opts ...InvokeOption) (*LookupInvitationResult, error)
func LookupInvitationOutput(ctx *Context, args *LookupInvitationOutputArgs, opts ...InvokeOption) LookupInvitationResultOutput
> Note: This function is named LookupInvitation
in the Go SDK.
public static class GetInvitation
{
public static Task<GetInvitationResult> InvokeAsync(GetInvitationArgs args, InvokeOptions? opts = null)
public static Output<GetInvitationResult> Invoke(GetInvitationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInvitationResult> getInvitation(GetInvitationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datashare:getInvitation
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The name of the share account.
- Invitation
Name string - The name of the invitation.
- Resource
Group stringName - The resource group name.
- string
- The name of the share.
- Account
Name string - The name of the share account.
- Invitation
Name string - The name of the invitation.
- Resource
Group stringName - The resource group name.
- string
- The name of the share.
- account
Name String - The name of the share account.
- invitation
Name String - The name of the invitation.
- resource
Group StringName - The resource group name.
- String
- The name of the share.
- account
Name string - The name of the share account.
- invitation
Name string - The name of the invitation.
- resource
Group stringName - The resource group name.
- string
- The name of the share.
- account_
name str - The name of the share account.
- invitation_
name str - The name of the invitation.
- resource_
group_ strname - The resource group name.
- str
- The name of the share.
- account
Name String - The name of the share account.
- invitation
Name String - The name of the invitation.
- resource
Group StringName - The resource group name.
- String
- The name of the share.
getInvitation Result
The following output properties are available:
- Id string
- The resource id of the azure resource
- Invitation
Id string - unique invitation id
- Invitation
Status string - The status of the invitation.
- Name string
- Name of the azure resource
- Responded
At string - The time the recipient responded to the invitation.
- Sent
At string - Gets the time at which the invitation was sent.
- System
Data Pulumi.Azure Native. Data Share. Outputs. System Data Response - System Data of the Azure resource.
- Type string
- Type of the azure resource
- User
Email string - Email of the user who created the resource
- User
Name string - Name of the user who created the resource
- Expiration
Date string - The expiration date for the invitation and share subscription.
- Target
Active stringDirectory Id - The target Azure AD Id. Can't be combined with email.
- Target
Email string - The email the invitation is directed to.
- Target
Object stringId - The target user or application Id that invitation is being sent to. Must be specified along TargetActiveDirectoryId. This enables sending invitations to specific users or applications in an AD tenant.
- Id string
- The resource id of the azure resource
- Invitation
Id string - unique invitation id
- Invitation
Status string - The status of the invitation.
- Name string
- Name of the azure resource
- Responded
At string - The time the recipient responded to the invitation.
- Sent
At string - Gets the time at which the invitation was sent.
- System
Data SystemData Response - System Data of the Azure resource.
- Type string
- Type of the azure resource
- User
Email string - Email of the user who created the resource
- User
Name string - Name of the user who created the resource
- Expiration
Date string - The expiration date for the invitation and share subscription.
- Target
Active stringDirectory Id - The target Azure AD Id. Can't be combined with email.
- Target
Email string - The email the invitation is directed to.
- Target
Object stringId - The target user or application Id that invitation is being sent to. Must be specified along TargetActiveDirectoryId. This enables sending invitations to specific users or applications in an AD tenant.
- id String
- The resource id of the azure resource
- invitation
Id String - unique invitation id
- invitation
Status String - The status of the invitation.
- name String
- Name of the azure resource
- responded
At String - The time the recipient responded to the invitation.
- sent
At String - Gets the time at which the invitation was sent.
- system
Data SystemData Response - System Data of the Azure resource.
- type String
- Type of the azure resource
- user
Email String - Email of the user who created the resource
- user
Name String - Name of the user who created the resource
- expiration
Date String - The expiration date for the invitation and share subscription.
- target
Active StringDirectory Id - The target Azure AD Id. Can't be combined with email.
- target
Email String - The email the invitation is directed to.
- target
Object StringId - The target user or application Id that invitation is being sent to. Must be specified along TargetActiveDirectoryId. This enables sending invitations to specific users or applications in an AD tenant.
- id string
- The resource id of the azure resource
- invitation
Id string - unique invitation id
- invitation
Status string - The status of the invitation.
- name string
- Name of the azure resource
- responded
At string - The time the recipient responded to the invitation.
- sent
At string - Gets the time at which the invitation was sent.
- system
Data SystemData Response - System Data of the Azure resource.
- type string
- Type of the azure resource
- user
Email string - Email of the user who created the resource
- user
Name string - Name of the user who created the resource
- expiration
Date string - The expiration date for the invitation and share subscription.
- target
Active stringDirectory Id - The target Azure AD Id. Can't be combined with email.
- target
Email string - The email the invitation is directed to.
- target
Object stringId - The target user or application Id that invitation is being sent to. Must be specified along TargetActiveDirectoryId. This enables sending invitations to specific users or applications in an AD tenant.
- id str
- The resource id of the azure resource
- invitation_
id str - unique invitation id
- invitation_
status str - The status of the invitation.
- name str
- Name of the azure resource
- responded_
at str - The time the recipient responded to the invitation.
- sent_
at str - Gets the time at which the invitation was sent.
- system_
data SystemData Response - System Data of the Azure resource.
- type str
- Type of the azure resource
- user_
email str - Email of the user who created the resource
- user_
name str - Name of the user who created the resource
- expiration_
date str - The expiration date for the invitation and share subscription.
- target_
active_ strdirectory_ id - The target Azure AD Id. Can't be combined with email.
- target_
email str - The email the invitation is directed to.
- target_
object_ strid - The target user or application Id that invitation is being sent to. Must be specified along TargetActiveDirectoryId. This enables sending invitations to specific users or applications in an AD tenant.
- id String
- The resource id of the azure resource
- invitation
Id String - unique invitation id
- invitation
Status String - The status of the invitation.
- name String
- Name of the azure resource
- responded
At String - The time the recipient responded to the invitation.
- sent
At String - Gets the time at which the invitation was sent.
- system
Data Property Map - System Data of the Azure resource.
- type String
- Type of the azure resource
- user
Email String - Email of the user who created the resource
- user
Name String - Name of the user who created the resource
- expiration
Date String - The expiration date for the invitation and share subscription.
- target
Active StringDirectory Id - The target Azure AD Id. Can't be combined with email.
- target
Email String - The email the invitation is directed to.
- target
Object StringId - The target user or application Id that invitation is being sent to. Must be specified along TargetActiveDirectoryId. This enables sending invitations to specific users or applications in an AD tenant.
Supporting Types
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The type of identity that last modified the resource.
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The type of identity that last modified the resource.
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi