Show / Hide Table of Contents

Class AccountsResource.ContainersResource.ReauthorizeEnvironmentsResource

The "reauthorize_environments" collection of methods.

Inheritance
object
AccountsResource.ContainersResource.ReauthorizeEnvironmentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TagManager.v1
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class AccountsResource.ContainersResource.ReauthorizeEnvironmentsResource

Constructors

ReauthorizeEnvironmentsResource(IClientService)

Constructs a new resource.

Declaration
public ReauthorizeEnvironmentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Update(Environment, string, string, string)

Re-generates the authorization code for a GTM Environment.

Declaration
public virtual AccountsResource.ContainersResource.ReauthorizeEnvironmentsResource.UpdateRequest Update(Environment body, string accountId, string containerId, string environmentId)
Parameters
Type Name Description
Environment body

The body of the request.

string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

string environmentId

The GTM Environment ID.

Returns
Type Description
AccountsResource.ContainersResource.ReauthorizeEnvironmentsResource.UpdateRequest
In this article
Back to top Generated by DocFX